Roo-Code/evals/packages/db
renovate[bot] 7e875e9d45
fix(deps): update dependency drizzle-orm to ^0.43.0 (#3401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-12 13:18:38 -07:00
..
drizzle Record tool use errors encountered during eval runs (#2816) 2025-04-21 11:04:35 -07:00
scripts Task header theme fixes (#2721) 2025-04-17 15:28:11 -07:00
src Record tool use errors encountered during eval runs (#2816) 2025-04-21 11:04:35 -07:00
.gitignore Record tool usages in the Cline object, and persist them in the db for evals (#2729) 2025-04-17 22:21:14 -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 fix(deps): update dependency drizzle-orm to ^0.43.0 (#3401) 2025-05-12 13:18:38 -07:00
README.md Typos + promisify exec calls (#2243) 2025-04-02 17:12:03 -07:00
tsconfig.json Record tool usages in the Cline object, and persist them in the db for evals (#2729) 2025-04-17 22:21:14 -07:00
vitest.config.ts Record tool usages in the Cline object, and persist them in the db for evals (#2729) 2025-04-17 22:21:14 -07:00
vitest.setup.ts Record tool usages in the Cline object, and persist them in the db for evals (#2729) 2025-04-17 22:21:14 -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