Migrations up down

This commit is contained in:
slawkens
2024-09-05 15:34:49 +02:00
parent d99b22f98b
commit b5dcf76d8e
10 changed files with 211 additions and 77 deletions

View File

@@ -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
};