mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 16:02:23 +00:00
3 lines
103 B
SQL
3 lines
103 B
SQL
-- Add up migration script here
|
|
ALTER TABLE schedule ADD COLUMN on_failure VARCHAR(1000) DEFAULT NULL;
|