mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
22 lines
248 B
YAML
22 lines
248 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: drop_action
|
||
|
args:
|
||
|
name: get_messages
|
||
|
|
||
|
- type: set_custom_types
|
||
|
args: {}
|
||
|
|
||
|
- type: untrack_table
|
||
|
args:
|
||
|
table:
|
||
|
name: user
|
||
|
schema: public
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
DROP TABLE "user";
|
||
|
|