Files
workavia-mail-front/lib/features/caching/config/cache_version.dart
T
dab246 c77ef8238e TF-1608 Upgrade hive database version to 6
(cherry picked from commit 72cba37e9c81f4d685aa11e8ddbb5f48296e2db7)
2023-10-09 12:12:24 +07:00

4 lines
61 B
Dart

class CacheVersion {
static const int hiveDBVersion = 6;
}