From 88f9ece6bd7d391d592b9a6f7e8561e08b673a61 Mon Sep 17 00:00:00 2001 From: Dino Puller Date: Wed, 14 Mar 2018 17:57:41 +0100 Subject: [PATCH] Updated db version to 109 --- 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 a45b4fbd118..a854b555a41 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 = 108; + public static final int DB_VERSION = 109; /** * The INDEX_VERSION is stored into the config table of the DB when the DB is created.