fixup! install base database in MigrateDatabaseCommand

This commit is contained in:
Bence Pőcze 2023-09-28 11:39:48 +02:00
parent 35f7972cd4
commit 6440dea859
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -76,7 +76,7 @@ class MigrateDatabaseCommand extends Command
return; 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 private function readDir(string $type): array