mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-17 19:20:36 +08:00
5 lines
143 B
SQL
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; |