Add numeric and character types to OpenAPI spec (#1259)

* Add numeric and character types

* Remove decimal type mapping

It is treated as numeric by PostgreSQL so the mapping was redundant.
This commit is contained in:
fpusch
2019-03-29 11:09:42 -05:00
committed by Steve Chávez
parent 9387e70b66
commit cefbe8f07f
5 changed files with 179 additions and 6 deletions
+1
View File
@@ -100,6 +100,7 @@ GRANT ALL ON TABLE
, "Server Today"
, pgrst_reserved_chars
, authors_w_entities
, openapi_types
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;