Add versionenum value
This commit is contained in:
parent
063f4b7700
commit
159128109b
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue