mirror of https://github.com/AMT-Cheif/drift.git
parent
9dbd737087
commit
b0310f8a19
|
@ -69,7 +69,7 @@ targets:
|
|||
builders:
|
||||
moor_generator:
|
||||
options:
|
||||
sqlite_module:
|
||||
sqlite_modules:
|
||||
- json1
|
||||
- fts5
|
||||
```
|
||||
|
@ -84,4 +84,4 @@ In general, we recommend not enabling these options unless you need to. There ar
|
|||
- `compact_query_methods` and `use_column_name_as_json_key_when_defined_in_moor_file`: We recommend enabling
|
||||
both flags for new projects because they'll be the only option in the next breaking release.
|
||||
- `skip_verification_code`: You can remove a significant portion of generated code with this option. The
|
||||
downside is that error messages when inserting invalid data will be less specific.
|
||||
downside is that error messages when inserting invalid data will be less specific.
|
||||
|
|
Loading…
Reference in New Issue