Skip to content

Commit

Permalink
Merge branch 'main' into flowable-release-7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 13, 2024
2 parents 291c319 + ced7de5 commit dd7da55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ protected ChangeLogVersion getChangeLogVersion() {
// It is still possible that there are multiple entries with the same DATEEXECUTED value and the order might not be correct.
// e.g. MySQL 8.0 sometimes does not return the correct order.
changeLogVersion = changeLogVersionId;
latestChangeLogVersionOrder = changeLogVersionOrder;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<result property="lockTime" column="LOCK_TIME_" jdbcType="TIMESTAMP" />
<result property="lockOwner" column="LOCK_OWNER_" jdbcType="NVARCHAR" />
<result property="tenantId" column="TENANT_ID_" jdbcType="NVARCHAR" />
<discriminator javaType="string" column="EVENT_TYPE_">
<discriminator javaType="string" column="EVENT_TYPE_" jdbcType="NVARCHAR">
<case value="message" resultMap="messageResultMap"/>
<case value="signal" resultMap="signalResultMap"/>
<case value="compensate" resultMap="compensateResultMap"/>
Expand Down

0 comments on commit dd7da55

Please sign in to comment.