onepanel/db/sql/20200616194847_remove_workflow_template_versions_uid.sql
2020-06-30 10:49:22 -07:00

5 lines
143 B
SQL

-- +goose Up
ALTER TABLE workflow_template_versions DROP COLUMN uid;
-- +goose Down
UPDATE workflow_template_versions SET uid = version::text;