mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
|
|
||
|---|---|---|
| .. | ||
| drizzle | ||
| scripts | ||
| src | ||
| .gitignore | ||
| drizzle.config.ts | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||
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