Hi! Is possible to run D1 migrations in the Pages deploy script? Something like: `npm run build && n
Hi! Is possible to run D1 migrations in the Pages deploy script? Something like:
I would like that migrations are executed at the same time as pushing the code...
npm run build && npx wrangler d1 migrations apply db-nameI would like that migrations are executed at the same time as pushing the code...


