X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_locking.php;fp=DataObjects%2FCore_locking.php;h=858a5e15ffe0527616546fd526b61b84cc980ef4;hp=198e5d2049277d8be28347a459e20a87f434438b;hb=668ab2d57f505904c8afd9678eea8d5bf07d51cb;hpb=3901a9b000ccb129fe4c40c42eeb716da9d50b9f diff --git a/DataObjects/Core_locking.php b/DataObjects/Core_locking.php index 198e5d20..858a5e15 100644 --- a/DataObjects/Core_locking.php +++ b/DataObjects/Core_locking.php @@ -10,7 +10,7 @@ class Pman_Core_DataObjects_Core_locking extends DB_DataObject /* the code below is auto generated do not remove the above tag */ public $__table = 'core_locking'; // table name - public $int; // int(11) not_null primary_key auto_increment + public $id; // int(11) not_null primary_key auto_increment public $on_table; // string(64) not_null multiple_key public $on_id; // int(11) not_null public $person_id; // int(11) not_null