Roo-Code/evals/packages/db/README.md
2025-04-02 17:12:03 -07:00

215 B

Running Migrations

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

pnpm db:generate

Inspect the sql in the migration file added to drizzle/.

If it looks okay, then run:

pnpm db:migrate