mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
* 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;
|