graphql-engine/server/tests-py/queries/graphql_introspection/nullable_object_relationship/teardown.yaml
Anon Ray d16bc4fe46 server: fix handling of nullable object relationships
GitOrigin-RevId: 3214e77ed06a07b6c1293d59daa088649a881e78
2021-03-10 08:56:03 +00:00

6 lines
91 B
YAML

type: run_sql
args:
sql: |
DROP TABLE table1 cascade;
DROP TABLE table2 cascade;