Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Mon, 18 Feb 2019 02:58:30 +0000 (10:58 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Feb 2019 02:58:30 +0000 (10:58 +0800)
sql/core_email.sql

index b7e582f..2f959af 100644 (file)
@@ -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