Files
windmill/backend/migrations/20240409181630_add_concurrency_key_to_flow.down.sql

3 lines
80 B
SQL

-- Add down migration script here
ALTER TABLE flow DROP COLUMN concurrency_key;