DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:08:21 +0000 (15:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:08:21 +0000 (15:08 +0800)
DataObjects/Core_notify.php

index f7f945f..9a3a769 100644 (file)
@@ -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 */