mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
4 lines
122 B
SQL
4 lines
122 B
SQL
-- Add up migration script here
|
|
ALTER TABLE queue ADD COLUMN root_job uuid;
|
|
ALTER TABLE queue ADD COLUMN leaf_jobs jsonb;
|