From: Alan Knowles Date: Mon, 18 Feb 2019 02:58:30 +0000 (+0800) Subject: Uncommited changes synced X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ef88ab3c339dbd1ac91a22046298288565515eb0 Uncommited changes synced --- diff --git a/sql/core_email.sql b/sql/core_email.sql index b7e582f5..2f959afb 100644 --- a/sql/core_email.sql +++ b/sql/core_email.sql @@ -36,3 +36,6 @@ ALTER TABLE core_email ADD INDEX lookup_owner_id (owner_id); UPDATE core_email SET updated_dt = NOW() where updated_dt IS NULL; +-- need to drop auto created triggers = as we modfied bcc-groupo _> bcc_grou_id +DROP TRIGGER IF EXISTS core_email_before_insert; +DROP TRIGGER IF EXISTS core_email_before_update; \ No newline at end of file