graphql-engine/server/tests-py/queries/clear_db.yaml

5 lines
99 B
YAML
Raw Normal View History

2018-09-18 09:21:57 +03:00
type: run_sql
args:
sql: |
drop schema if exists hge_tests cascade; create schema hge_tests;