TF-2310 Upgrade hive database to version 10

This commit is contained in:
dab246
2024-04-12 16:47:10 +07:00
committed by Dat H. Pham
parent 017c7135d3
commit 5eb75ee9ee
7 changed files with 61 additions and 13 deletions
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 9;
static const int hiveDBVersion = 10;
}