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
@@ -0,0 +1,4 @@
abstract class UpgradeDatabaseSteps {
Future<void> onUpgrade(int oldVersion, int newVersion);
}