mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
73e5c6ce47
https://github.com/hasura/graphql-engine-mono/pull/1591 GitOrigin-RevId: 42332798160a3a3b18404345390b235db1dd81a1
12 lines
221 B
YAML
12 lines
221 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
drop table article cascade;
|
|
drop table author cascade;
|
|
drop table text_result cascade;
|
|
drop table table_to_customize cascade;
|