graphql-engine/server/tests-py/queries/remote_schemas/drop_user_table.yaml
Rakesh Emmadi 29f2ddc289 server: support separate metadata database and server code setup for multi sources (#197)
This is an incremental PR towards https://github.com/hasura/graphql-engine/pull/5797

Co-authored-by: Anon Ray <ecthiender@users.noreply.github.com>
GitOrigin-RevId: a6cb8c239b2ff840a0095e78845f682af0e588a9
2020-12-28 12:56:55 +00:00

7 lines
85 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table "user" cascade;