mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
feat: bump version number, add changelogs
This commit is contained in:
@@ -96,7 +96,7 @@ Future<void> performMigrations() async {
|
||||
Future<void> _initHive() async {
|
||||
await Hive.initFlutter();
|
||||
|
||||
// await performMigrations();
|
||||
await performMigrations();
|
||||
registerHiveAdapters();
|
||||
await Hive.openBox<LocalUserAccount>(HiveBoxes.localUserAccount);
|
||||
await Hive.openBox<LocalUserAppState>(HiveBoxes.localUserAppState);
|
||||
|
||||
Reference in New Issue
Block a user