mirror of https://github.com/AMT-Cheif/drift.git
Revert dialect changes
This commit is contained in:
parent
735402e384
commit
5c4e5e571e
|
@ -20,7 +20,7 @@ targets:
|
||||||
# features will be available. We depend on `sqlite3_flutter_libs`, which lets us use the latest
|
# features will be available. We depend on `sqlite3_flutter_libs`, which lets us use the latest
|
||||||
# version with fts5 enabled.
|
# version with fts5 enabled.
|
||||||
sql:
|
sql:
|
||||||
dialect: postgres
|
dialect: sqlite
|
||||||
options:
|
options:
|
||||||
version: "3.38"
|
version: "3.38"
|
||||||
modules: [fts5]
|
modules: [fts5]
|
||||||
|
|
|
@ -8,8 +8,6 @@ targets:
|
||||||
generate_values_in_copy_with: true
|
generate_values_in_copy_with: true
|
||||||
named_parameters: true
|
named_parameters: true
|
||||||
new_sql_code_generation: true
|
new_sql_code_generation: true
|
||||||
sql:
|
|
||||||
dialect: postgres
|
|
||||||
build_web_compilers|entrypoint:
|
build_web_compilers|entrypoint:
|
||||||
generate_for:
|
generate_for:
|
||||||
- web/**.dart
|
- web/**.dart
|
||||||
|
|
|
@ -5,5 +5,3 @@ targets:
|
||||||
options:
|
options:
|
||||||
generate_connect_constructor: true
|
generate_connect_constructor: true
|
||||||
new_sql_code_generation: true
|
new_sql_code_generation: true
|
||||||
sql:
|
|
||||||
dialect: postgres
|
|
|
@ -37,8 +37,6 @@ targets:
|
||||||
generate_values_in_copy_with: true
|
generate_values_in_copy_with: true
|
||||||
named_parameters: true
|
named_parameters: true
|
||||||
new_sql_code_generation: true
|
new_sql_code_generation: true
|
||||||
sql:
|
|
||||||
dialect: postgres
|
|
||||||
build_web_compilers:entrypoint:
|
build_web_compilers:entrypoint:
|
||||||
generate_for:
|
generate_for:
|
||||||
# This one is compiled in the other target
|
# This one is compiled in the other target
|
||||||
|
|
Loading…
Reference in New Issue