mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
17 lines
327 B
YAML
17 lines
327 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: citus_run_sql
|
||
|
args:
|
||
|
source: citus
|
||
|
sql: |
|
||
|
drop table test_types;
|
||
|
drop table article;
|
||
|
drop table author;
|
||
|
drop table article_multi;
|
||
|
drop table author_multi;
|
||
|
drop table "user";
|
||
|
drop table person;
|
||
|
drop type complex;
|
||
|
drop type inventory_item;
|