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
+1
View File
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ A `<host>:<admin_server_port>/ready` endpoint is available for checking a correct internal state(the database connection plus the schema cache). 200 OK = ready, 503 = not ready.
- #1988, Add the current user to the request log on stdout - @DavidLindbom, @wolfgangwalther
- #1991, Add the ability to run without `db-uri` using libpq's PG environment variables to connect. @wolfgangwalther
- #1769, Add the ability to run without `db-schemas`, defaulting to `db-schemas=public`. @wolfgangwalther
### Fixed