TF-1923 Upgrade hive database version to 4

(cherry picked from commit 183705254dba3cd46cf9985296352aff80e44cc6)
This commit is contained in:
dab246
2023-06-20 22:20:54 +07:00
committed by Dat H. Pham
parent 6d96a1109e
commit 99a6a64899
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 3;
static const int hiveDBVersion = 4;
}