mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-03 17:26:23 +01:00
Fix migrations upgrade and downgrade
+ Add option to disable auto migrate
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @var OTS_DB_MySQL $db
|
||||
*/
|
||||
|
||||
// 2023-11-11
|
||||
// execute highscores_ids_hidden once again, cause of settings
|
||||
$up = function () {
|
||||
$up = function () use ($db) {
|
||||
require __DIR__ . '/20.php';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user