Roo-Code/evals/packages/db/README.md
2025-04-02 17:12:03 -07:00

15 lines
215 B
Markdown

## Running Migrations
Update `src/schema.ts` as needed, and then run:
```sh
pnpm db:generate
```
Inspect the sql in the migration file added to `drizzle/`.
If it looks okay, then run:
```sh
pnpm db:migrate
```