mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Add endpoint to return the summary data for returned letters.
Returning the count of letters that are returned for each report date.
This commit is contained in:
@@ -2080,4 +2080,3 @@ class ReturnedLetter(db.Model):
|
||||
service_id = db.Column(UUID(as_uuid=True), db.ForeignKey('services.id'), unique=False, index=True, nullable=False)
|
||||
service = db.relationship(Service, backref=db.backref('returned_letters'))
|
||||
notification_id = db.Column(UUID(as_uuid=True), unique=True, nullable=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user