Files
bodyshop/hasura/migrations/1622571551101_run_sql_migration/up.yaml
2021-06-01 11:52:09 -07:00

6 lines
147 B
YAML

- args:
cascade: false
read_only: false
sql: "update joblines \nset prt_dsmk_p = 0 where joblines.prt_dsmk_p is null;"
type: run_sql