mirror of https://github.com/itflow-org/itflow
db.sql also needs to be called from the parent directory
This commit is contained in:
parent
7ebac0a674
commit
a529eca414
|
|
@ -245,7 +245,7 @@ include "config.php";
|
|||
|
||||
// Import DB Schema
|
||||
echo "Importing database schema...\n";
|
||||
$filename = 'db.sql';
|
||||
$filename = '../db.sql';
|
||||
if (!file_exists($filename)) {
|
||||
die("db.sql file not found.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue