@@ -274,22 +255,6 @@ class Schedule(TimeStampedModel):
help_text="Toggle to True if the Facility is open 24 hours. You do not need to specify any Open Times, it will always be displayed as open.",
)
# Boolean for if this schedule should never be removed.
schedule_for_removal=models.BooleanField(
"Schedule for removal?",
blank=False,
default=True,
help_text="Toggle to False if the schedule should never be removed in the backend. By default, all schedules are automatically deleted after they have expired.",
)
# Boolean for if this schedule should become the main schedule at the point
# it goes live
promote_to_main=models.BooleanField(
"Schedule for promotion?",
blank=False,
default=False,
help_text="Upon the start of the schedule, it will be promoted to become the main schedule of the Facility it is attached to rather than a special schedule.",