ooopsiee <3
This commit is contained in:
parent
e06b92fde7
commit
649f10f5b8
@ -49,6 +49,7 @@ const settingsDB = DatabaseStruct("settings", {
|
|||||||
"cal_sync_show_teacher": int, "cal_sync_renamed": int,
|
"cal_sync_show_teacher": int, "cal_sync_renamed": int,
|
||||||
"calendar_id": String,
|
"calendar_id": String,
|
||||||
"nav_shadow": int,
|
"nav_shadow": int,
|
||||||
|
"new_colors": int,
|
||||||
});
|
});
|
||||||
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
|
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
|
||||||
// YOU'VE BEEN WARNED!!!
|
// YOU'VE BEEN WARNED!!!
|
||||||
@ -216,4 +217,3 @@ Future<void> migrateDB(
|
|||||||
print("INFO: Database migrated");
|
print("INFO: Database migrated");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user