graphql-engine/server/tests-py/queries/graphql_query/basic/schema_teardown_mssql.yaml
Aniket Deshpande 66f09eeaab MSSQL nodes aggregates & inherited roles
https://github.com/hasura/graphql-engine-mono/pull/1293

Co-authored-by: Chris Done <11019+chrisdone@users.noreply.github.com>
Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
GitOrigin-RevId: 776402dbbaf3d8166a62b1aaaf6abc7e584b3eb2
2021-07-08 20:50:09 +00:00

15 lines
270 B
YAML

type: bulk
args:
- type: mssql_run_sql
args:
source: mssql
sql: |
drop table test_types;
drop table article;
drop table author;
drop table [user];
drop table person;
drop table article_multi;
drop table author_multi;