fix: Dump db-config option without quotes as it's a boolean
This commit is contained in:
committed by
Wolfgang Walther
parent
595c2a5257
commit
031de4d35e
@@ -9,7 +9,7 @@ db-pre-request = "test.other_custom_headers"
|
||||
db-prepared-statements = false
|
||||
db-root-spec = "other_root"
|
||||
db-schemas = "test,other_tenant1,other_tenant2"
|
||||
db-config = "true"
|
||||
db-config = true
|
||||
db-tx-end = "rollback-allow-override"
|
||||
db-uri = "<REPLACED_WITH_DB_URI>"
|
||||
db-use-legacy-gucs = false
|
||||
|
||||
Reference in New Issue
Block a user