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

index 0fc6562..a06b6bf 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)  
+    public $trigger_person_id;                        // int(11)
+    public $trigger_event_id;                        // int(11)  
     
     
     /* the code above is auto generated do not remove the tag below */