We want to edit target_schedule

This commit is contained in:
tcely 2025-05-26 05:22:33 -04:00 committed by GitHub
parent 41c1c0a2ba
commit a80950ee16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(