Skip to content

Commit

Permalink
Move the location of SQL scripts for code
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Sep 30, 2018
1 parent 7b25491 commit ae0feb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void reload() {
throw new RuntimeException("datasource is null");
}
try {
execute(ds.getConnection(), "schema.sql");
execute(ds.getConnection(), "META-INF/schema.sql");
} catch (Exception e) {
throw new RuntimeException("load schema.sql error." + e);
}
Expand Down

0 comments on commit ae0feb8

Please sign in to comment.