mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
513a3d0c19
Co-authored-by: Antoine Leblanc <antoine@hasura.io> GITHUB_PR_NUMBER: 6417 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/6417 GitOrigin-RevId: 37b67a4d04e0ed3b16fc5fc9bf025b24b1f1bf6e
33 lines
545 B
YAML
33 lines
545 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
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_users_by_email
|
|
clear_data: true
|
|
# clear custom types
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
DROP TABLE "user";
|
|
DROP TABLE "article";
|