Add versionenum value

This commit is contained in:
Tadgh 2021-01-20 10:49:08 -05:00
parent 063f4b7700
commit 159128109b
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public enum VersionEnum {
V5_0_2,
V5_1_0,
V5_2_0,
V5_2_1,
V5_3_0;
public static VersionEnum latestVersion() {

View File

@ -3,3 +3,4 @@ type: fix
issue: 2298
title: "A recent change inadvertently caused an issue with DB migration utility such that it would attempt to drop
indexes even when the `dry-run` option was specified. This has been fixed."
backport: 5.2.1