fix: Make --dump-schema work with in-database pgrst.db_schemas setting
This needs to be loaded from in-database configuration first, otherwise the dump-schema output will be for the default (public) schema.
This commit is contained in:
committed by
Wolfgang Walther
parent
ee4bfbf253
commit
957472a7a7
+2
-1
@@ -13,7 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- #3093, Nested empty embeds no longer show empty values and are correctly omitted - @laurenceisla
|
||||
- #3093, Nested empty embeds no longer show empty values and are correctly omitted - @laurenceisla
|
||||
- #3644, Make --dump-schema work with in-database pgrst.db_schemas setting - @wolfgangwalther
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user