Skip to content

Commit 3e2eab8

Browse files
committed
Make sure that the latestChangeLogVersionOrder is properly updated
1 parent 1432f17 commit 3e2eab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ protected ChangeLogVersion getChangeLogVersion() {
214214
// It is still possible that there are multiple entries with the same DATEEXECUTED value and the order might not be correct.
215215
// e.g. MySQL 8.0 sometimes does not return the correct order.
216216
changeLogVersion = changeLogVersionId;
217+
latestChangeLogVersionOrder = changeLogVersionOrder;
217218
}
218219
}
219220
}

0 commit comments

Comments
 (0)