mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
17 lines
277 B
YAML
17 lines
277 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table if exists profiles
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table if exists user_profiles
|
|
|
|
# also drops remote relationship as direct dep
|
|
- type: remove_remote_schema
|
|
args:
|
|
name: my-remote-schema
|