mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
af5ff07614
https://github.com/hasura/graphql-engine-mono/pull/1984 Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com> GitOrigin-RevId: 1767d6bdde48c156fe171b5a9b7e44d7f2eb4869
20 lines
365 B
YAML
20 lines
365 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
|
|
# clear custom types
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
DROP TABLE "user";
|