feat: Make db-schemas optional

Resolves #1769, Ref #1823
This commit is contained in:
Wolfgang Walther
2022-01-22 15:13:21 +01:00
parent 9ed30c0ba4
commit dbbde6aae1
14 changed files with 10 additions and 29 deletions
@@ -8,7 +8,7 @@ db-pool-timeout = 10
db-pre-request = ""
db-prepared-statements = false
db-root-spec = ""
db-schemas = "required"
db-schemas = "public"
db-config = true
db-tx-end = "commit"
db-uri = "postgresql://"