Roo-Code/benchmark/packages/db/README.md
2025-03-27 13:11:27 -07:00

226 B

Running Migrations

Update src/schema.ts as needed, and then run:

pnpm db:generate

Inspect the generated sql in the migration filed added to drizzle/.

If it looks okay, then run:

pnpm db:migrate