Replace moor_migrations by moor_schemas

This commit is contained in:
lsaudon 2021-01-06 10:43:46 +01:00 committed by GitHub
parent 6701939843
commit 784bcdb137
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 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 ### Writing tests