mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-14 04:49:46 +01:00
Migrations up down
This commit is contained in:
@@ -2,4 +2,11 @@
|
||||
|
||||
// 2023-11-11
|
||||
// execute highscores_ids_hidden once again, cause of settings
|
||||
require __DIR__ . '/20.php';
|
||||
$up = function () {
|
||||
require __DIR__ . '/20.php';
|
||||
};
|
||||
|
||||
$down = function () {
|
||||
// there is no downgrade for this
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user