fix: Dump db-config option without quotes as it's a boolean

This commit is contained in:
Wolfgang Walther
2021-12-11 08:12:59 +01:00
committed by Wolfgang Walther
parent 595c2a5257
commit 031de4d35e
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ db-pre-request = "please_run_fast"
db-prepared-statements = false
db-root-spec = "openapi_v3"
db-schemas = "multi, tenant,setup"
db-config = "false"
db-config = false
db-tx-end = "rollback-allow-override"
db-uri = "tmp_db"
db-use-legacy-gucs = false