mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
a190f9b91c
* feat: Custom concurrency key for scripts * Add FE page for concurrency groups * sqlx prepare * rebase migration * interpolate args value * emptyString -> undefined
3 lines
82 B
SQL
3 lines
82 B
SQL
-- Add down migration script here
|
|
ALTER TABLE script DROP COLUMN concurrency_key;
|