renovate[bot] 7e875e9d45 fix(deps): update dependency drizzle-orm to ^0.43.0 (#3401) před 7 měsíci
..
drizzle 61e23cccb6 Record tool use errors encountered during eval runs (#2816) před 8 měsíci
scripts 3c937c3827 Task header theme fixes (#2721) před 8 měsíci
src 61e23cccb6 Record tool use errors encountered during eval runs (#2816) před 8 měsíci
.gitignore 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) před 8 měsíci
README.md e050043e58 Typos + promisify exec calls (#2243) před 9 měsíci
drizzle.config.ts 2eba534dd6 Evals fixes (#2505) před 8 měsíci
eslint.config.mjs d15f813514 Evals (#2238) před 9 měsíci
package.json 7e875e9d45 fix(deps): update dependency drizzle-orm to ^0.43.0 (#3401) před 7 měsíci
tsconfig.json 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) před 8 měsíci
vitest.config.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) před 8 měsíci
vitest.setup.ts 87af3b3424 Record tool usages in the `Cline` object, and persist them in the db for evals (#2729) před 8 měsíci

README.md

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