graphql-engine/server/src-lib/Hasura/RQL/DDL
Vamshi Surabhi b084249e01 do not clean hdb_views by dropping and creating the schema (closes #567) (#568)
Fix migration logic to accommodate for non superuser permissions. Closes #567 

- [x] Server

By clearing the `hdb_views` schema of existing views and functions instead of dropping and creating it again. 

- [x] Bug fix (non-breaking change which fixes an issue)
2018-09-28 16:22:54 +05:30
..
Permission quote constraint name for non-admin inserts (fix #494) (#497) 2018-09-20 20:54:20 +05:30
Schema add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
Deps.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Metadata.hs add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
Permission.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
QueryTemplate.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30
Relationship.hs dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
Subscribe.hs add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
Utils.hs do not clean hdb_views by dropping and creating the schema (closes #567) (#568) 2018-09-28 16:22:54 +05:30