Roo-Code/evals/packages/db
2025-04-14 21:13:08 -07:00
..
drizzle Control evals concurrency in web app (#2265) 2025-04-11 22:21:15 -07:00
scripts More small evals tweaks (#2620) 2025-04-14 21:13:08 -07:00
src More unit test kill -9 fixes (#2570) 2025-04-13 09:44:45 -07:00
drizzle.config.ts Evals fixes (#2505) 2025-04-11 14:54:03 -07:00
eslint.config.mjs Evals (#2238) 2025-04-02 16:49:41 -07:00
package.json More small evals tweaks (#2620) 2025-04-14 21:13:08 -07:00
README.md Typos + promisify exec calls (#2243) 2025-04-02 17:12:03 -07:00
tsconfig.json Evals (#2238) 2025-04-02 16:49:41 -07:00

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