X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FActionLog.php;h=21c4ba8b8c0e8c9ab76a878eb167fa048901f226;hb=655da1f919af8318da84d80422841599c332024d;hp=94ab9bdc8f1327532a7ebd49191a8b2fd78b2fef;hpb=62b67f39b23a3f17c16176e89e3b6de8f8fe1458;p=civicrm-core.git diff --git a/CRM/Core/DAO/ActionLog.php b/CRM/Core/DAO/ActionLog.php index 94ab9bdc8f..21c4ba8b8c 100644 --- a/CRM/Core/DAO/ActionLog.php +++ b/CRM/Core/DAO/ActionLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5437b79ba43089ace75ed2e072e7677e) + * (GenCodeChecksum:f3a6da0a3e4c1c9601265c8ad6eb85f4) */ /** @@ -85,7 +85,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { /** * Was there any error sending the reminder? * - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ @@ -254,6 +254,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Error?'), 'description' => ts('Was there any error sending the reminder?'), + 'required' => TRUE, 'where' => 'civicrm_action_log.is_error', 'default' => '0', 'table_name' => 'civicrm_action_log',