mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
16 lines
253 B
YAML
16 lines
253 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: drop_action # also drops the permissions
|
||
|
args:
|
||
|
name: create_user
|
||
|
clear_data: true
|
||
|
# clear custom types
|
||
|
- type: set_custom_types
|
||
|
args: {}
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
DROP TABLE "user";
|