aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/migration.php
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24Implement database schema MigratorThomas Lange1-0/+59
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.