Update extras/integration_tests/drift_testcases/build.yaml

Co-authored-by: Simon Binder <oss@simonbinder.eu>
This commit is contained in:
westito 2022-07-02 08:30:49 +02:00 committed by GitHub
parent 5c4e5e571e
commit b4b7772d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ targets:
new_sql_code_generation: true
scoped_dart_components: true
sql:
# As sqlite3 is compatible with the postgres dialect (but not vice-versa), we're
# using this dialect so that we can run the tests on postgres as well.
dialect: postgres
options:
version: "3.37"