mirror of https://github.com/AMT-Cheif/drift.git
Replace moor_migrations by moor_schemas
This commit is contained in:
parent
6701939843
commit
784bcdb137
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue