From d6846ee9d41fba5c1d21b5fbec9a0fa079c27b84 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 26 May 2025 07:23:18 -0400 Subject: [PATCH] Update source.py --- tubesync/sync/models/source.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubesync/sync/models/source.py b/tubesync/sync/models/source.py index cf578840..b12f6163 100644 --- a/tubesync/sync/models/source.py +++ b/tubesync/sync/models/source.py @@ -130,6 +130,7 @@ class Source(db.models.Model): ) target_schedule = db.models.DateTimeField( _('target schedule'), + blank=True, db_index=True, default=timezone.now, help_text=_('Date and time when the task to index the source should begin'),