cherry-studio/migrations
2025-09-06 18:32:33 +08:00
..
sqlite-drizzle chore: format 2025-09-06 18:32:33 +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