### Describe the solution I can apply migrations using `wrangler d1 migrations apply`, but I have to say yes to the prompt. It's annoying. My workaround is: ``` yes | pnpm --prefix api run wrangler d1 migrations apply --local shopmonDB ```