mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 01:50:13 +08:00
366 B
366 B
THIS DIRECTORY IS NOT FOR RUNTIME USE
- Using
libsqlas thesqlite3driver, anddrizzleas the ORM and database migration tool migrations/sqlite-drizzlecontains 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