Fixes #1239, support resource embedding on materialized views

This commit is contained in:
Vitor Baptista
2019-03-14 16:59:55 -05:00
committed by Steve Chávez
parent 1f513f24a5
commit 9387e70b66
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- #690, Add `?columns` query parameter for faster bulk inserts, also ignores unspecified json keys in a payload - @steve-chavez
- #1239, Add support for resource embedding on materialized views - @vitorbaptista
### Fixed