mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
chore: Update flutter version to 3.32.8
This commit is contained in:
parent
3cbcecd692
commit
54767e97fd
6 changed files with 74 additions and 74 deletions
|
|
@ -20,7 +20,7 @@ Future<void> isarMigration(Ref ref, AppDatabase db, String savePath) async {
|
|||
//Return if the database is already migrated or not empty
|
||||
final isNotEmtpy = await db.select(db.databaseItems).get().then((value) => value.isNotEmpty);
|
||||
if (isNotEmtpy) {
|
||||
log('Isar database is not empty, skipping migration');
|
||||
log('Drift database is not empty, skipping migration');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue