mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
f80b69e931
* add 'ID' to default scalars for custom types, fix #4061 * preserve cookie headers from sync action webhook, close #4021 * validate action webhook response to conform to output type, fix #3977 * fix tests, don't run actions' tests on PG version < 10 * update CHANGELOG.md * no-op refactor, use types from http-network more Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
24 lines
362 B
YAML
24 lines
362 B
YAML
type: bulk
|
|
args:
|
|
- type: drop_action
|
|
args:
|
|
name: create_user
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: create_users
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: mirror
|
|
clear_data: true
|
|
# clear custom types
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
DROP TABLE "user";
|