type: run_sql args: sql: | delete from hello; SELECT setval('hello_id_seq', 1, FALSE);