aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Migrator.php
AgeCommit message (Collapse)AuthorFilesLines
2021-07-01Update database schema: Make id columns unsignedThomas Lange1-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-24Implement database schema MigratorThomas Lange1-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.