Files
notifications-api/app
Rebecca Law dfc12cc354 Remove the join to TemplateHistory.
We are adding an index to Notifications to optimize the get_notifications_for_service. We need to build the index concurrently which can not be run inside a transaction block so the index will need to be run on the db directly.

CREATE INDEX CONCURRENTLY ix_notifications_service_created_at ON notifications (service_id, created_at);
DROP INDEX CONCURRENTLY ix_notifications_service_created_at
2018-12-11 14:57:10 +00:00
..
2018-11-26 12:53:39 +00:00
2018-12-11 14:57:10 +00:00
2018-10-26 18:02:41 +01:00
2018-10-26 17:54:53 +01:00
2018-11-26 12:53:39 +00:00