mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
15 lines
288 B
YAML
15 lines
288 B
YAML
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;
|