Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-01 | Update database schema: Make id columns unsigned | Thomas Lange | 1 | -1/+1 | |
This commit updates the database schema and adds a new migration to modify the signed integer columns to make them unsigned. | |||||
2021-06-24 | Implement database schema Migrator | Thomas Lange | 1 | -0/+182 | |
This commit implements the new database schema Migrator which keeps track of the on-disk schema and the schema used by the codebase. It tries to makes future database schema upgrades user-friendlier. |