fixed typo 'SCHEMA' (#3054)

This commit is contained in:
Low Jeng Lam 2019-10-26 12:15:57 +08:00 committed by Shahidh K Muhammed
parent aa6947a608
commit 3b3e79b1cd

View File

@ -49,7 +49,7 @@ Request
- SQL front matter, like SET statements.
- ``CREATE SCHEMA public``.
- ``COMMENT ON SCHMEA public is 'standard public schema'``;
- ``COMMENT ON SCHEMA public is 'standard public schema'``;
- Comments (``--``) and empty newlines.
- Postgres triggers created by Hasura for event triggers.
@ -92,4 +92,4 @@ state that this API is not enabled. i.e. remove it from the list of enabled APIs
--enabled-apis="graphql,metadata"
HASURA_GRAPHQL_ENABLED_APIS="graphql,metadata"
See :doc:`../deployment/graphql-engine-flags/reference` for info on setting the above flag/env var.
See :doc:`../deployment/graphql-engine-flags/reference` for info on setting the above flag/env var.