From d087e17f7ab613a36208a218c2860ad9a74fe83d Mon Sep 17 00:00:00 2001 From: poveyd <32199157+poveyd@users.noreply.github.com> Date: Tue, 28 Apr 2020 11:39:22 +0100 Subject: [PATCH] Update cycle_notification_history.sql --- database_maintenance/cycle_notification_history.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/database_maintenance/cycle_notification_history.sql b/database_maintenance/cycle_notification_history.sql index 4b34e3b4f..c113e3b1f 100644 --- a/database_maintenance/cycle_notification_history.sql +++ b/database_maintenance/cycle_notification_history.sql @@ -14,6 +14,7 @@ create remaining indices on notification_history_pivot -- Run basic sanity checks on data in notification_history_pivot, ensuring same number of entries present in notification_history and notification_history_pivot ALTER TABLE notification_history RENAME TO notification_history_old; +-- TODO: Drop constraints on notification_history_old ALTER TABLE notification_history_pivot RENAME TO notification_history; -- Run sanity checks on data in notification_history_pivot