Simon Frei 4459438245 chore(db): update schema version in the same transaction as migration (#10321) 5 месяцев назад
..
migrations c5a29b5b26 fix(model): don't clobber local flags when receiving index (#10190) 7 месяцев назад
schema c918299eab refactor(db): slightly improve insert performance (#10318) 5 месяцев назад
README.md 4459438245 chore(db): update schema version in the same transaction as migration (#10321) 5 месяцев назад

README.md

These SQL scripts are embedded in the binary.

Scripts in schema/ are run at every startup, in alphanumerical order.

Scripts in migrations/ are run when a migration is needed; they must begin with a number that equals the schema version that results from that migration. Only one script per schema version must exist. Migrations are not run on initial database creation, so the scripts in schema/ should create the latest version.