Roo-Code/benchmark/packages/db
2025-03-31 00:41:46 -07:00
..
drizzle More progress 2025-03-27 13:11:27 -07:00
src More progress 2025-03-31 00:41:46 -07:00
drizzle.config.ts Turn benchmarks into a monorepo 2025-03-19 19:05:03 -07:00
eslint.config.mjs Turn benchmarks into a monorepo 2025-03-19 19:05:03 -07:00
package.json Parallel tasks (#2128) 2025-03-30 15:09:26 -07:00
README.md More progress 2025-03-27 13:11:27 -07:00
tsconfig.json More progress 2025-03-19 23:04:59 -07:00

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