Skip to content

Commit 9910401

Browse files
committed
fix second occurrence of initial sql
1 parent 2d34f61 commit 9910401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/HashtopolisTest.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function init($version) {
7676

7777
// load DB
7878
if ($version == "master") {
79-
Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) ."/../src/install/hashtopolis.sql"));
79+
Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) ."/../src/migrations/mysql/20251127000000_initial.sql"));
8080
}
8181
else {
8282
Factory::getAgentFactory()->getDB()->query(file_get_contents(dirname(__FILE__) . "/files/db_" . $version . ".sql"));

0 commit comments

Comments
 (0)