Merge pull request #994 from lsaudon/patch-1

Replace moor_migrations by moor_schemas
This commit is contained in:
Simon Binder 2021-01-06 12:24:09 +01:00 committed by GitHub
commit caea8c8ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ You can put this test code whereever you want, but it makes sense to put it in a
If we wanted to write them to `test/generated_migrations/`, we could use
```
$ dart pub run moor_generator schema generate moor_migrations/ test/generated/
$ dart pub run moor_generator schema generate moor_schemas/ test/generated/
```
### Writing tests