mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
4cb224afd8
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: de31fa68fd7dc8ffa0c4e4b89b727a5e14b0525e
19 lines
284 B
YAML
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;
|