mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
179 B
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);
|