mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
7 lines
119 B
YAML
7 lines
119 B
YAML
- args:
|
|
sql: |-
|
|
UPDATE article
|
|
SET published_on = NULL
|
|
WHERE is_published=false;
|
|
type: run_sql
|