fix: aggregates not working for all schemas

Closes https://github.com/PostgREST/postgrest/issues/3124
This commit is contained in:
steve-chavez
2023-12-20 16:33:31 -05:00
committed by Laurence Isla
parent b2cd365866
commit ec0f99c686
5 changed files with 72 additions and 3 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #3124, Fix table's media type handlers not working for all schemas - @steve-chavez
## [12.0.1] - 2023-12-12
### Fixed