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 adc856f commit 23559d6Copy full SHA for 23559d6
lib/model/database.dart
@@ -53,8 +53,9 @@ class AppDatabase extends _$AppDatabase {
53
54
// When updating the schema:
55
// * Make the change in the table classes, and bump schemaVersion.
56
- // * Export the new schema and generate test migrations:
57
- // $ tools/check --fix drift
+ // * Export the new schema and generate test migrations with drift,
+ // and generate database code with build_runner:
58
+ // $ tools/check --fix drift build_runner
59
// * Write a migration in `onUpgrade` below.
60
// * Write tests.
61
@override
0 commit comments