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

3 lines
90 B
SQL

-- Add up migration script here
ALTER TABLE flow ADD COLUMN concurrency_key VARCHAR(255);