mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
215 B
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