We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a415476 commit 2ddc2faCopy full SHA for 2ddc2fa
examples/app/lib/database/database.dart
@@ -44,7 +44,6 @@ class AppDatabase extends _$AppDatabase {
44
return MigrationStrategy(
45
onUpgrade: stepByStep(
46
from1To2: (m, schema) async {
47
- print("Go");
48
// The todoEntries.dueDate column was added in version 2.
49
await m.addColumn(schema.todoEntries, schema.todoEntries.dueDate);
50
},
0 commit comments