graphql-engine/server/tests-py/queries/graphql_query/boolexp/postgis/teardown.yaml
Shahidh K Muhammed b8700cce70
add spatial predicates for geography columns (close #1674) (#1735)
This PR adds support for PostGIS spatial predicates on geography columns. The predicates are _st_d_within and _st_intersects.
2019-03-25 17:59:52 +05:30

11 lines
145 B
YAML

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