sql/core_notify.sql
authorAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 09:54:44 +0000 (17:54 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 09:54:44 +0000 (17:54 +0800)
sql/core_notify.sql

index 9bc22f5..29035cb 100644 (file)
@@ -36,4 +36,4 @@ ALTER TABLE core_notify DROP INDEX lookup_a;
 alter table core_notify add   INDEX lookup_b (sent, person_id, msgid, ontable);
 ALTER TABLE core_notify add   index lookup_d (person_id, msgid, ontable);
 ALTER TABLE core_notify ADD   INDEX lookup_e (onid, ontable, person_id, act_when);
-ALTER TABLE core_notify ADD   INDEX lookup_f (msgid, to_email);
\ No newline at end of file
+ALTER TABLE core_notify ADD   INDEX lookup_f (to_email);
\ No newline at end of file