mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Create new column in notifications and notification_history to store the client_reference because I remembered that reference is used for email providers.
This commit is contained in:
@@ -60,7 +60,7 @@ def persist_notification(template_id,
|
||||
created_at=created_at or datetime.utcnow().strftime(DATETIME_FORMAT),
|
||||
job_id=job_id,
|
||||
job_row_number=job_row_number,
|
||||
reference=reference
|
||||
client_reference=reference
|
||||
)
|
||||
dao_create_notification(notification)
|
||||
return notification
|
||||
|
||||
Reference in New Issue
Block a user