From 2c7b61ac929177009b27b3f2ce5b2ee60f46fe68 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Nov 2016 12:02:01 +0800 Subject: [PATCH] mysql/core_notify_trigger_after_update.sql --- mysql/core_notify_trigger_after_update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/core_notify_trigger_after_update.sql b/mysql/core_notify_trigger_after_update.sql index efa74cec..bd8045f0 100644 --- a/mysql/core_notify_trigger_after_update.sql +++ b/mysql/core_notify_trigger_after_update.sql @@ -11,7 +11,7 @@ CREATE TRIGGER core_notify_trigger_after_update BEGIN -- make sure that act_start does not get modified if sent is set. IF OLD.sent IS NOT NULL AND ( NEW.act_start != OLD.act_start OR NEW.act_when != OLD.act_when ) THEN - UPDATE `Error: Can not update core_notify action dates after its set` SET x = 1; + UPDATE `Error: Can not update core_notify action dates after its sent` SET x = 1; END IF; END; -- 2.39.2