mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
738d429f2f
* v1 trigger scripts * progress * stop early condition * backend execution model * progress * progress * progress * works but todo: collect result, render forloop, convert forloopraw to seq for frontend * collect result * v1 * that's enough * sed
4 lines
173 B
SQL
4 lines
173 B
SQL
-- Add up migration script here
|
|
ALTER TABLE script ADD COLUMN trigger_reco_interval INTEGER;
|
|
ALTER TABLE completed_job ADD COLUMN is_skipped BOOLEAN NOT NULL DEFAULT FALSE;
|