remove trigger dropping - fixed by correcting dbtype detection
[Pman.Core] / sql / core_email.sql
index 2f959af..b7e582f 100644 (file)
@@ -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