TF-4016 Upgrade hive database version to 21

This commit is contained in:
dab246
2025-09-15 03:11:49 +07:00
committed by Dat H. Pham
parent f9aa844d7e
commit 0194594b9f
3 changed files with 22 additions and 1 deletions
@@ -1,4 +1,4 @@
class CacheVersion {
static const int hiveDBVersion = 20;
static const int hiveDBVersion = 21;
}