Roo-Code/evals/packages/db
2025-04-12 00:07:30 -07:00
..
drizzle Control evals concurrency in web app (#2265) 2025-04-11 22:21:15 -07:00
scripts Add a script to copy eval run results to Turso (#2452) 2025-04-09 21:18:07 -07:00
src Evals enhancements: delete runs, show all run instead of just completed runs (#2520) 2025-04-12 00:07:30 -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 Add a script to copy eval run results to Turso (#2452) 2025-04-09 21:18:07 -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