cherry-studio/migrations
icarus 7942147ce0 feat(migrations): add initial sqlite migration for ocr_provider table
Add initial database migration files including schema definition for ocr_provider table and related metadata files. This sets up the foundation for OCR provider management in the system.
2025-10-20 22:15:55 +08:00
..
sqlite-drizzle feat(migrations): add initial sqlite migration for ocr_provider table 2025-10-20 22:15:55 +08:00
README.md chore: format 2025-09-06 18:32:33 +08:00
sqlite-drizzle.config.ts mv dir to data 2025-08-09 14:30:24 +08:00

THIS DIRECTORY IS NOT FOR RUNTIME USE

  • 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.
  • If table structure changes, we should run migrations.
  • To generate migrations, use the command yarn run migrations:generate