Skip to content

Commit 31ba257

Browse files
committed
remove sql files
1 parent cac54d5 commit 31ba257

File tree

4 files changed

+2
-162
lines changed

4 files changed

+2
-162
lines changed

jdk_8_maven/em/embedded/graphql/petclinic-graphql/src/main/java/em/embedded/org/springframework/samples/petclinic/EmbeddedEvoMasterController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args){
4444

4545
private ConfigurableApplicationContext ctx;
4646
private Connection sqlConnection;
47-
private String INIT_DB_SCRIPT_PATH = "/populateDB.sql";
47+
private String INIT_DB_SCRIPT_PATH = "/db/postgresql/populateDB.sql";
4848

4949
private List<DbSpecification> dbSpecification;
5050

@@ -104,7 +104,7 @@ public String startSut() {
104104
}
105105

106106
// create tables
107-
SqlScriptRunnerCached.runScriptFromResourceFile(sqlConnection,"/initDB.sql");
107+
SqlScriptRunnerCached.runScriptFromResourceFile(sqlConnection,"/db/postgresql/initDB.sql");
108108

109109
/*
110110
ensure the data is empty

jdk_8_maven/em/embedded/graphql/petclinic-graphql/src/main/resources/initDB.sql

Lines changed: 0 additions & 84 deletions
This file was deleted.

jdk_8_maven/em/embedded/graphql/petclinic-graphql/src/main/resources/populateDB.sql

Lines changed: 0 additions & 53 deletions
This file was deleted.

jdk_8_maven/em/embedded/rest/features-service/src/main/resources/data.sql

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)