mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
ec673ac6b4
* feat: schedule pausing * fix: improve UI
2 lines
89 B
SQL
2 lines
89 B
SQL
-- Add up migration script here
|
|
alter table schedule add column paused_until timestamptz; |