Files
windmill/backend/migrations/20240119155317_script_concurrency_key.down.sql
Guillaume Bouvignies a190f9b91c feat: Custom concurrency key for scripts (#3046)
* feat: Custom concurrency key for scripts

* Add FE page for concurrency groups

* sqlx prepare

* rebase migration

* interpolate args value

* emptyString -> undefined
2024-01-23 12:46:19 +01:00

3 lines
82 B
SQL

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