Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-21 | model: Save int-based schema version in DB | xengineering | |
Ceres v0.4.0 used the `git describe` output as database schema and enforced exactly matching versions between the database and the executable. This turned out to be not flexible enough. It is way easier to version the database separately with a simple integer and require the same database schema version integer between the application and the database. This commit implements this new approach. |