Skip to content

Commit

Permalink
[JBPM-10195][oracle] Schema validation exception springboot DDL Scrip…
Browse files Browse the repository at this point in the history
…ts (#2383)
  • Loading branch information
gmunozfe committed Jan 22, 2024
1 parent 56f1e04 commit f7e80e8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public static Collection<ScriptFilter[]> data() {
ScriptFilter[] sbOracle = new ScriptFilter[]{filter("oracle-springboot-jbpm-schema.sql",
"quartz_tables_oracle.sql").setSupportedDatabase(DatabaseType.ORACLE)
.setOptions(Option.DISALLOW_EMPTY_RESULTS,
Option.THROW_ON_SCRIPT_ERROR),
Option.THROW_ON_SCRIPT_ERROR,
Option.NEW_GENERATOR_MAPPINGS_TRUE),
filter("oracle-springboot-jbpm-drop-schema.sql",
"quartz_tables_drop_oracle.sql")};

Expand Down Expand Up @@ -164,4 +165,4 @@ protected void validateQuartz() {
final TestPersistenceContext dbquartzContext = createAndInitContext(DB_QUARTZ_VALIDATE);
dbquartzContext.clean();
}
}
}

0 comments on commit f7e80e8

Please sign in to comment.