From 7d1bc539e2621000f500d99505887c1796fa17fd Mon Sep 17 00:00:00 2001 From: John van Breda Date: Tue, 19 Jan 2021 15:48:32 +0000 Subject: [PATCH] No need to drop index (and concurrent option causes error) --- .../db/version_4_11_0/202101141144_notifications_index.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/indicia_setup/db/version_4_11_0/202101141144_notifications_index.sql b/modules/indicia_setup/db/version_4_11_0/202101141144_notifications_index.sql index 3f6abb4ba2..89fb6169a2 100644 --- a/modules/indicia_setup/db/version_4_11_0/202101141144_notifications_index.sql +++ b/modules/indicia_setup/db/version_4_11_0/202101141144_notifications_index.sql @@ -1,5 +1,4 @@ -- #slow script# -DROP INDEX CONCURRENTLY IF EXISTS ix_notifications_count_for_user; CREATE INDEX ix_notifications_count_for_user ON notifications USING btree