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: npm run build && npx wrangler d1 migrations apply db-name
I would like that migrations are executed at the same time as pushing the code...
Was this page helpful?