graphql-engine/server/tests-py/queries/graphql_query/boolexp/postgis/teardown.yaml
Philip Carlsen 4cb224afd8 Adding support for ST_3DDWithin and ST_3DIntersects
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: de31fa68fd7dc8ffa0c4e4b89b727a5e14b0525e
2021-04-14 13:03:11 +00:00

19 lines
284 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE geom_table;
- type: run_sql
args:
sql: |
DROP TABLE geom_3d_table;
- type: run_sql
args:
sql: |
DROP TABLE geog_table;
- type: run_sql
args:
sql: |
DROP TABLE geog_as_geom_table;