TF-1608 Upgrade hive database version to 6

(cherry picked from commit 72cba37e9c81f4d685aa11e8ddbb5f48296e2db7)
This commit is contained in:
dab246
2023-09-20 16:08:09 +07:00
committed by Dat H. Pham
parent 97b5be71a7
commit c77ef8238e
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 5;
static const int hiveDBVersion = 6;
}