DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:37:08 +0000 (19:37 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:37:08 +0000 (19:37 +0800)
DataObjects/Core_notify.php

index 9a3a769..0fc6562 100644 (file)
@@ -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