|
|
4 months ago | |
|---|---|---|
| .. | ||
| migrations | c5a29b5b26 fix(model): don't clobber local flags when receiving index (#10190) | 4 months ago |
| schema | 7b319111d3 fix: track invalid files in LocalFlags to fix global count (#10170) | 4 months ago |
| README.md | 025905fcdf chore: switch database engine to sqlite (fixes #9954) (#9965) | 7 months ago |
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; the 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.