Skip to content

Commit

Permalink
Make sure that the latestChangeLogVersionOrder is properly updated
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 12, 2024
1 parent 1432f17 commit 3e2eab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,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

0 comments on commit 3e2eab8

Please sign in to comment.