mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +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);
|