Getting Started
Database Migrations
Run schema migrations before first boot.
Run migrations once your .env is ready.
bun x drizzle-kit pushor with the npm script:
bun run push:dbIf you add new migrations later, re-run the same command.
Run schema migrations before first boot.
Run migrations once your .env is ready.
bun x drizzle-kit pushor with the npm script:
bun run push:dbIf you add new migrations later, re-run the same command.