summaryrefslogtreecommitdiff
path: root/classes/db/migrations.php
AgeCommit message (Expand)Author
2022-11-12Address upcoming string interpolation deprecation.wn_
2022-08-12Use arrow functions in some places.wn_
2022-08-12Switch to direct type declarations of class properties.wn_
2021-11-13fix phpstan warnings in classes/db/migrations.phpAndrew Dolgov
2021-11-12Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...wn_
2021-11-12Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.p...wn_
2021-03-04log applied migrationsAndrew Dolgov
2021-03-04migrations: refuse to apply empty schema filesAndrew Dolgov
2021-03-04migrations: don't try to use transactions on mysqlAndrew Dolgov
2021-03-04bring back web dbupdate using new migrations systemAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov
2021-03-04support loading base schema as latest versionAndrew Dolgov
2021-03-03wip: initial for db_migrationsAndrew Dolgov