Added the notification_to_sms_sender mapping table to the purge notifications query

This commit is contained in:
Rebecca Law
2017-10-30 15:17:01 +00:00
parent 0887910b1b
commit db6668eb61
3 changed files with 44 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ from app.dao.dao_utils import (
transactional,
version_class
)
from app.dao.notifications_dao import get_financial_year
from app.dao.date_util import get_financial_year
from app.dao.service_sms_sender_dao import insert_service_sms_sender
from app.models import (
NotificationStatistics,