graphql-engine/server/tests-py/queries/graphql_mutation/insert/geojson/schema_teardown.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
288 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE drone_3d_location;
DROP TABLE landmark;
DROP TABLE road;
DROP TABLE service_locations;
DROP TABLE route;
DROP TABLE area;
DROP TABLE compounds;
DROP TABLE geometry_collection;