- again these new come from the notifications history table
- We update this when we sent a notification, so removed from celery tasks
- tests removed also
use NotficationHistory instead. Unfortunately this means the SQL
gets a bit gnarly, as we have to repeat notifications_utils'
`get_sms_fragment_count` functionality inside a SELECT 😱