From: Edward Date: Thu, 8 Nov 2018 06:05:46 +0000 (+0800) Subject: sql/core_notify.sql X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f2be7b773bbcf62041424c74fec4f34d25224894 sql/core_notify.sql --- diff --git a/sql/core_notify.sql b/sql/core_notify.sql index 08abc722..6f79c564 100644 --- a/sql/core_notify.sql +++ b/sql/core_notify.sql @@ -42,3 +42,6 @@ ALTER TABLE core_notify ADD INDEX lookup_e (onid, ontable, person_id, act_when ALTER TABLE core_notify ADD INDEX lookup_f (to_email); alter table core_notify add index lookup_g(sent, act_start, act_when); +ALTER TABLE core_notify ADD INDEX lookup_person_id (person_id); +ALTER TABLE core_notify ADD INDEX lookup_trigger_person_id (trigger_person_id); +