more work

This commit is contained in:
Kenneth Kehl
2024-12-13 16:45:09 -08:00
parent 7529ae0153
commit b784d33173
4 changed files with 18 additions and 12 deletions

View File

@@ -727,6 +727,7 @@ def dao_update_delivery_receipts(receipts):
status=case(id_to_status),
notification_status=case(id_to_status),
sent_at=case(id_to_timestamp),
provider_response=case(id_to_provider_response),
)
)
db.session.execute(stmt)