mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
6 lines
97 B
YAML
6 lines
97 B
YAML
type: run_sql
|
|
args:
|
|
sql: |
|
|
delete from hello;
|
|
SELECT setval('hello_id_seq', 1, FALSE);
|