summaryrefslogtreecommitdiff
path: root/model/sql/migration001.sql
AgeCommit message (Collapse)Author
2024-10-21model: Save int-based schema version in DBxengineering
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.