From: Alan Knowles Date: Mon, 18 Feb 2019 03:55:52 +0000 (+0800) Subject: remove trigger dropping - fixed by correcting dbtype detection X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f845f344b6f931af37d781d494ab281f05ef4303 remove trigger dropping - fixed by correcting dbtype detection --- diff --git a/sql/core_email.sql b/sql/core_email.sql index 2f959afb..b7e582f5 100644 --- a/sql/core_email.sql +++ b/sql/core_email.sql @@ -36,6 +36,3 @@ 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