fixup! install base database in MigrateDatabaseCommand
This commit is contained in:
parent
35f7972cd4
commit
6440dea859
@ -76,7 +76,7 @@ class MigrateDatabaseCommand extends Command
|
||||
return;
|
||||
}
|
||||
|
||||
\Container::$dbConnection->multiQuery(file_get_contents(ROOT . '/database/mapguesser.sql'));
|
||||
\Container::$dbConnection->multiQuery(file_get_contents(ROOT . '/database/rvr.sql'));
|
||||
}
|
||||
|
||||
private function readDir(string $type): array
|
||||
|
Loading…
Reference in New Issue
Block a user