migrations/README.md
THIS DIRECTORY IS NOT FOR RUNTIME USE
Migration files are append-only
The chain was consolidated into a single initial migration and shipped with v2.0.0-rc.1, so it now runs against databases holding real user data. Never reinitialize, rewrite, or renumber a migration that has shipped, and never advise deleting Data/cherrystudio.sqlite — schema changes go in as new appended migrations.
better-sqlite3 as the sqlite3 driver, and drizzle as the ORM and database migration toolsrc\main\data\db\schemasmigrations/sqlite-drizzle contains auto-generated migration data. Please DO NOT modify it.yarn run db:migrations:generate