graphql-engine/server/tests-py/queries/explain/teardown.yaml
Evie Ciobanu 1843ee7b0b [server] fix LIMIT optimization not respecting ORDER BY
https://github.com/hasura/graphql-engine-mono/pull/2239

Co-authored-by: Gil Mizrahi <8547573+soupi@users.noreply.github.com>
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
GitOrigin-RevId: fabc825239950b11d673cfd33e8075a01409bcf6
2021-09-21 10:40:24 +00:00

10 lines
150 B
YAML

type: bulk
args:
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";
DROP TABLE "article";
DROP TABLE "author";