timescaledb/.unreleased/feature_5758
Konstantina Skovola 06d20b1829 Enable altering job schedule type through alter_job
In #4664 we introduced fixed schedules for jobs. This was done by
introducing additional parameters fixed_schedule, initial_start and
timezone for our add_job and add_policy APIs.
These fields were not updatable by alter_job so it was not
possible to switch from one type of schedule to another without dropping
and recreating existing jobs and policies.
This patch adds the missing parameters to alter_job to enable switching
from one type of schedule to another.

Fixes #5681
2023-07-03 15:42:54 +03:00

2 lines
72 B
Plaintext

Implements: #5758 Enable altering job schedule type through `alter_job`