Correcting path to migration in main
This commit is contained in:
parent
7f67fe30c1
commit
ebbd68d6f2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class ServerMain {
|
||||||
db.connect();
|
db.connect();
|
||||||
|
|
||||||
// Here, we can migrate an arbitrary number of SQL scripts.
|
// Here, we can migrate an arbitrary number of SQL scripts.
|
||||||
db.migrateScript("CrustyCookies/Migrations/0010_users.sql");
|
db.migrateScript("Migrations/0010-tables.sql");
|
||||||
|
|
||||||
port(PORT);
|
port(PORT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue