How does one run a D1 database migration in CI/CD? I am running the following: `wrangler d1 migratio

How does one run a D1 database migration in CI/CD?
I am running the following:
wrangler d1 migrations apply production

But it wants a keyboard press `` to confirm the migration. Any advice is appreciated!
Was this page helpful?