* feat: Custom concurrency key for scripts * Add FE page for concurrency groups * sqlx prepare * rebase migration * interpolate args value * emptyString -> undefined
3 lines
92 B
SQL
3 lines
92 B
SQL
-- Add up migration script here
|
|
ALTER TABLE script ADD COLUMN concurrency_key VARCHAR(255);
|