mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
849842e9c6
* init * progress * all * sqlx * remove unecessary test * done * frontend * frontend
3 lines
96 B
SQL
3 lines
96 B
SQL
-- Add up migration script here
|
|
ALTER TABLE queue ADD COLUMN same_worker BOOLEAN DEFAULT FALSE;
|