From 53f249132a0d7ef6414a441133fd9d27cb2c2af9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 Sep 2011 15:08:21 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index f7f945fa..9a3a769e 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -35,6 +35,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $msgid; // string(128) not_null public $sent; // datetime(19) not_null binary public $event_id; // int(11) + public $watch_id; // int(11) /* the code above is auto generated do not remove the tag below */ -- 2.39.2