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 15:20:18 -05:00
committed by Steve Chavez
parent 0b77098460
commit 1680a6eed3
5 changed files with 74 additions and 3 deletions
+6
View File
@@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- #2887, Add Preference `max-affected` to limit affected resources - @taimoorzaeem
### Fixed
- #3124, Fix table's media type handlers not working for all schemas - @steve-chavez
## [12.0.1] - 2023-12-12
### Fixed