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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;