We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5b1ac commit 2d34f61Copy full SHA for 2d34f61
ci/server/setup.php
@@ -30,7 +30,7 @@
30
try {
31
$db->query("CREATE DATABASE IF NOT EXISTS hashtopolis;");
32
$db->query("USE hashtopolis;");
33
- $db->query(file_get_contents($envPath . "src/install/hashtopolis.sql"));
+ $db->query(file_get_contents($envPath . "src/migrations/mysql/20251127000000_initial.sql"));
34
}
35
catch (PDOException $e) {
36
fwrite(STDERR, "Failed to initialize database: " . $e->getMessage());
0 commit comments