calendar sync fixes
This commit is contained in:
@@ -136,7 +136,7 @@ Future<Database> initDB(DatabaseProvider database) async {
|
||||
// v5 shit
|
||||
"roundings": "{}",
|
||||
"grade_rarities": "{}",
|
||||
"linked_accounts": "{}",
|
||||
"linked_accounts": "[]",
|
||||
});
|
||||
} catch (error) {
|
||||
print("ERROR: migrateDB: $error");
|
||||
|
||||
Reference in New Issue
Block a user