cherry-studio/migrations
fullex a748162e67 chore: update yarn.lock and refactor database schema
- Added `get-tsconfig` dependency version 4.10.1 to yarn.lock.
- Updated schema path in sqlite-drizzle.config.ts from './src/main/db/schema/*' to './src/main/db/schemas/*'.
- Removed unused files: columnHelpers.ts, preference.ts, seed/index.ts, and seed/preferenceSeed.ts to clean up the codebase.
2025-05-27 12:09:08 +08:00
..
sqlite-drizzle db init 2025-05-26 08:30:22 +08:00
README.md db init 2025-05-26 08:30:22 +08:00
sqlite-drizzle.config.ts chore: update yarn.lock and refactor database schema 2025-05-27 12:09:08 +08:00

Using libsql as the sqlite3 driver, and drizzle as the ORM and database migration tool

migrations/sqlite-drizzle contains auto-generated migration data. Please DO NOT modify it.

To generate migrations, use the command yarn run migrations:generate