Revert dialect changes

This commit is contained in:
westito 2022-07-02 08:30:29 +02:00
parent 735402e384
commit 5c4e5e571e
4 changed files with 2 additions and 8 deletions

View File

@ -20,7 +20,7 @@ targets:
# features will be available. We depend on `sqlite3_flutter_libs`, which lets us use the latest
# version with fts5 enabled.
sql:
dialect: postgres
dialect: sqlite
options:
version: "3.38"
modules: [fts5]

View File

@ -8,8 +8,6 @@ targets:
generate_values_in_copy_with: true
named_parameters: true
new_sql_code_generation: true
sql:
dialect: postgres
build_web_compilers|entrypoint:
generate_for:
- web/**.dart

View File

@ -4,6 +4,4 @@ targets:
drift_dev:
options:
generate_connect_constructor: true
new_sql_code_generation: true
sql:
dialect: postgres
new_sql_code_generation: true

View File

@ -37,8 +37,6 @@ targets:
generate_values_in_copy_with: true
named_parameters: true
new_sql_code_generation: true
sql:
dialect: postgres
build_web_compilers:entrypoint:
generate_for:
# This one is compiled in the other target