mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
226 B
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