* 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;
|