Merge pull request #14249 from yashodha/959_dev
[civicrm-core.git] / CRM / Core / DAO / SystemLog.php
index f3c7e8817f93ea73a4ae54072a5268f0b2796e15..c1587e0bdd68d79e4c92ce7e5ceadb5825e82295 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/SystemLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:edcf9c070365c92afa56f7f3fe79acee)
+ * (GenCodeChecksum:a2276bcf3bb39a3947bf54b043fa0a05)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
   /**
    * Primary key ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -66,7 +66,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
   /**
    * Optional Contact ID that created the log. Not an FK as we keep this regardless
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;