From e597f8a81d3574710bc8c87a02eaad7842fd5c51 Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Tue, 16 Nov 2021 19:25:27 +0530 Subject: [PATCH] ZCS-11064: add migration script for zimbra.zmg_devices table --- store/src/java/com/zimbra/cs/db/Versions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/src/java/com/zimbra/cs/db/Versions.java b/store/src/java/com/zimbra/cs/db/Versions.java index e97b968477a..60ef632d812 100644 --- a/store/src/java/com/zimbra/cs/db/Versions.java +++ b/store/src/java/com/zimbra/cs/db/Versions.java @@ -41,7 +41,7 @@ public final class Versions { * * UPDATE THESE TO REQUIRE RESET-WORLD TO BE RUN */ - public static final int DB_VERSION = 114; + public static final int DB_VERSION = 115; /** * The INDEX_VERSION is stored into the config table of the DB when the DB is created.