mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
5 lines
99 B
YAML
5 lines
99 B
YAML
type: run_sql
|
|
args:
|
|
sql: |
|
|
drop schema if exists hge_tests cascade; create schema hge_tests;
|