Files
windmill/backend/migrations/20241206075559_flow_node_unique_2.down.sql

4 lines
179 B
SQL

-- Add down migration script here
ALTER TABLE flow_node DROP CONSTRAINT IF EXISTS flow_node_unique_2;
ALTER TABLE flow_node ADD CONSTRAINT flow_node_hash_v2_key UNIQUE (hash_v2);