* init * croner with fall back on scheduling failure * adding packages * fallback mechanism v1 * removing debug console log * improving cargo organization * queue cargo.toml * use workspace cargo-tz * test next occurrence when creating new croner schedule * toggle label * treat legacy edit requests where no cron_version is provided as v1 * fix edit schedule
2 lines
117 B
SQL
2 lines
117 B
SQL
-- Add existing rows to have 'v1' as the cron_version
|
|
ALTER TABLE schedule ADD COLUMN cron_version TEXT DEFAULT 'v1'; |