mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
@@ -319,7 +319,7 @@ def update_jobs_archived_flag(start_date, end_date):
|
||||
where
|
||||
created_at >= (date :start + time '00:00:00')
|
||||
and created_at < (date :end + time '00:00:00')
|
||||
"""
|
||||
"""
|
||||
result = db.session.execute(
|
||||
sql, {"start": process_date, "end": process_date + timedelta(days=1)}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user