mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
10 lines
171 B
YAML
10 lines
171 B
YAML
type: bulk
|
|
args:
|
|
#Drop table and function from postgres
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE post cascade;
|
|
DROP TABLE test cascade;
|
|
cascade: true
|