X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPersistent.php;h=ae593ee57929da3b6e09064a7940f020d16fdfc5;hb=31e0024f6f7ef8c6c04e6aa150fc607da0f5f100;hp=38c7c6af01146d62da03c6e2aa68c5c74bee5ac4;hpb=be107882399c72acf05a47390ef0978b293f455c;p=civicrm-core.git diff --git a/CRM/Core/DAO/Persistent.php b/CRM/Core/DAO/Persistent.php index 38c7c6af01..ae593ee579 100644 --- a/CRM/Core/DAO/Persistent.php +++ b/CRM/Core/DAO/Persistent.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/Persistent.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0c52f813dd1e954e1709b819128790f3) + * (GenCodeChecksum:14c5925588d0118aaca8c29b7039c917) */ /** @@ -19,14 +19,14 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_persistent'; + public static $_tableName = 'civicrm_persistent'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** * Persistent Record Id @@ -85,6 +85,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { 'title' => ts('Persistent ID'), 'description' => ts('Persistent Record Id'), 'required' => TRUE, + 'where' => 'civicrm_persistent.id', 'table_name' => 'civicrm_persistent', 'entity' => 'Persistent', 'bao' => 'CRM_Core_BAO_Persistent', @@ -98,6 +99,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { 'required' => TRUE, 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_persistent.context', 'table_name' => 'civicrm_persistent', 'entity' => 'Persistent', 'bao' => 'CRM_Core_BAO_Persistent', @@ -111,6 +113,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { 'required' => TRUE, 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_persistent.name', 'table_name' => 'civicrm_persistent', 'entity' => 'Persistent', 'bao' => 'CRM_Core_BAO_Persistent', @@ -121,6 +124,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_LONGTEXT, 'title' => ts('Data'), 'description' => ts('data associated with name'), + 'where' => 'civicrm_persistent.data', 'table_name' => 'civicrm_persistent', 'entity' => 'Persistent', 'bao' => 'CRM_Core_BAO_Persistent', @@ -132,6 +136,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO { 'title' => ts('Is Configuration?'), 'description' => ts('Config Settings'), 'required' => TRUE, + 'where' => 'civicrm_persistent.is_config', 'default' => '0', 'table_name' => 'civicrm_persistent', 'entity' => 'Persistent',