Index: openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d9-5.10.0d10.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/Attic/upgrade-5.10.0d9-5.10.0d10.sql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d9-5.10.0d10.sql 12 Aug 2020 09:39:19 -0000 1.1.2.1 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d9-5.10.0d10.sql 12 Aug 2020 09:58:58 -0000 1.1.2.2 @@ -2,7 +2,7 @@ -- Drop duplicate index acs_mail_lite_send_msg_id_map_msg_id_idx. -- -- An Index for the msg_id column of acs_mail_lite_send_msg_id_map is created --- automatically for postgres, as this column is the PRIMARY KEY. +-- automatically by postgres, as this column is the PRIMARY KEY. -- drop index if exists acs_mail_lite_send_msg_id_map_msg_id_idx;