From cc69f29fb31d8a135681205efda3d638f9d39a20 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Sep 2011 19:37:08 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 9a3a769e..0fc65625 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -36,7 +36,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $sent; // datetime(19) not_null binary public $event_id; // int(11) public $watch_id; // int(11) - + public $trigger_id; // int(11) + /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE -- 2.39.2