TF-3964 Upgrade hive database version to 20

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-21 17:37:39 +07:00
committed by Dat H. Pham
parent b91486be8e
commit 44c17bc762
3 changed files with 23 additions and 1 deletions
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 19;
static const int hiveDBVersion = 20;
}