Getting Started
Database Migrations
Run schema migrations before first boot.
Run migrations once your .env is ready.
bun x drizzle-kit pushIf 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 pushIf you add new migrations later, re-run the same command.