mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
10 lines
132 B
YAML
10 lines
132 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: citus_run_sql
|
||
|
args:
|
||
|
source: citus
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
drop table table_to_customize;
|