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

index 29035cb..2bb4b9e 100644 (file)
@@ -33,6 +33,7 @@ ALTER TABLE core_notify ADD   INDEX lookup(act_when, msgid);
 
 ALTER TABLE core_notify DROP INDEX lookup_a;
 
+-- exceed 1000 characters if larger than this..
 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);