Missing 's' in build.yaml

In example for sqlite_modules.
This commit is contained in:
Constantin Clauzel 2020-01-03 19:30:31 +01:00 committed by GitHub
parent 9dbd737087
commit b0310f8a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.