Files
bodyshop/hasura/migrations/1590790802468_run_sql_migration/up.yaml
2020-05-29 17:31:28 -07:00

8 lines
132 B
YAML

- args:
cascade: true
read_only: false
sql: |-
alter table owners
drop column accountingid;
type: run_sql