We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ee4e6 commit 4a2d75eCopy full SHA for 4a2d75e
drift_dev/test/linter_test/pkg/lib/db.dart
@@ -26,6 +26,7 @@ class TestDatabase extends _$TestDatabase {
26
@override
27
MigrationStrategy get migration => MigrationStrategy(
28
onUpgrade: (m, from, to) async {
29
+ // expect_lint: unawaited_futures_in_migration
30
m.addColumn(users, users.name);
31
},
32
);
0 commit comments