How do I apply migrations on my production database? To apply local migrations, I just run: ``` bun

How do I apply migrations on my production database? To apply local migrations, I just run:
bun wrangler d1 migrations apply db_preview --local

This is a SvelteKit pages app.
Was this page helpful?