mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +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; |