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

index 6c6bbb6..9bc22f5 100644 (file)
@@ -35,5 +35,5 @@ 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_e (onid, ontable, person_id, act_when);
+ALTER TABLE core_notify ADD   INDEX lookup_f (msgid, to_email);
\ No newline at end of file