diff --git a/tubesync/sync/models/source.py b/tubesync/sync/models/source.py index 8af15e4d..cf578840 100644 --- a/tubesync/sync/models/source.py +++ b/tubesync/sync/models/source.py @@ -130,8 +130,8 @@ class Source(db.models.Model): ) target_schedule = db.models.DateTimeField( _('target schedule'), - auto_now_add=True, db_index=True, + default=timezone.now, help_text=_('Date and time when the task to index the source should begin'), ) index_schedule = db.models.IntegerField(