Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-28 | Migrator: Don't recreate Language object anymore | Thomas Lange | 1 | -1/+0 | |
Do not force the recreation of the Language object in the migrations.php file anymore by changing the include position of the migrations.php (and the functions.php) in the application.php file a bit to the top. | |||||
2021-06-24 | Implement database schema Migrator | Thomas Lange | 1 | -0/+43 | |
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. |