Skip to content

Commit ced7de5

Browse files
committed
Remove incorrect line from SchemaOperationsEngineBuild
1 parent c430cc3 commit ced7de5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/db/SchemaOperationsEngineBuild.java

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public Void execute(CommandContext commandContext) {
5454

5555
String databaseSchemaUpdate = schemaOperation == null ? engineConfiguration.getDatabaseSchemaUpdate() : schemaOperation;
5656
List<SchemaManager> schemaManagers = new ArrayList<>();
57-
schemaManagers.add(engineConfiguration.getCommonSchemaManager());
5857
if (engineConfiguration.getCommonSchemaManager() != null) {
5958
schemaManagers.add(engineConfiguration.getCommonSchemaManager());
6059
}

0 commit comments

Comments
 (0)