Jakob Borg e41d6b9c1e fix(db): apply all migrations and schema in one transaction 2 months ago
..
migrations 4ad3f07691 chore(db): migration for previous commits (#10319) 2 months ago
schema c918299eab refactor(db): slightly improve insert performance (#10318) 2 months ago
README.md e41d6b9c1e fix(db): apply all migrations and schema in one transaction 2 months ago

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. Migrations are not run on initial database creation, so the scripts in schema/ should create the latest version.