TF-2066 Upgrade hiveDBVersion to version 5

(cherry picked from commit 4409b59d3e839ecb3d42363395bcff70d4cea402)
This commit is contained in:
dab246
2023-08-03 10:11:53 +07:00
committed by Dat Vu
parent 832589008f
commit 25b59d2310
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 4;
static const int hiveDBVersion = 5;
}