This commit is contained in:
juliangeissler 2021-12-27 18:15:58 +01:00 committed by GitHub
parent 0bad799b82
commit b1979e35ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ your sources without further confirmation. When using git, it is sufficient to e
To apply the migration, run `dart run moor_generator migrate` in your project's directory. To apply the migration, run `dart run moor_generator migrate` in your project's directory.
When using Flutter, run `flutter pub run moor_generator migrate` instead. When using Flutter, run `flutter pub run moor_generator migrate` instead.
The migration tool with transform your pubspec, `build.yaml` files and Dart source files. It will also rename `.moor` files to The migration tool will transform your pubspec, `build.yaml` files and Dart source files. It will also rename `.moor` files to
`.drift` and patch imports as needed. `.drift` and patch imports as needed.
After running the migration, please verify the changes to ensure that they match what you expect. After running the migration, please verify the changes to ensure that they match what you expect.