mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
40678855d0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2788 Co-authored-by: David Overton <7734777+dmoverton@users.noreply.github.com> GitOrigin-RevId: f8ed9741e95b6864a48af7db338f3f619617483a
23 lines
422 B
YAML
23 lines
422 B
YAML
type: bulk
|
|
args:
|
|
- type: drop_action # also drops the permissions
|
|
args:
|
|
name: create_user
|
|
clear_data: true
|
|
- type: drop_action # also drops the permissions
|
|
args:
|
|
name: create_user_transformed
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: create_user_nested
|
|
# clear custom types
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
DROP TABLE "user";
|