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 2d34f61 commit 9910401Copy full SHA for 9910401
ci/HashtopolisTest.class.php
@@ -76,7 +76,7 @@ public function init($version) {
76
77
// load DB
78
if ($version == "master") {
79
- Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) ."/../src/install/hashtopolis.sql"));
+ Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) ."/../src/migrations/mysql/20251127000000_initial.sql"));
80
}
81
else {
82
Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) . "/files/db_" . $version . ".sql"));
0 commit comments