TF-1899 Upgrade version hive database to v3

(cherry picked from commit fe3ed8e86a13f82a97246878a6d5badd999f072a)
This commit is contained in:
dab246
2023-06-07 00:30:23 +07:00
committed by Dat Vu
parent 2377225520
commit 6fbdcb1204
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 2;
static const int hiveDBVersion = 3;
}