From 4a24ebff29760e949fdf44a72ead6199329a17dd Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 28 Oct 2022 12:01:40 -0400 Subject: [PATCH] Regenerate dao files --- CRM/Core/DAO/JobLog.php | 2 +- CRM/Core/DAO/Website.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index cde28a06ae..3b0e98bb13 100644 --- a/CRM/Core/DAO/JobLog.php +++ b/CRM/Core/DAO/JobLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/JobLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0c7a0e03a0a65b15e87d600e4c29143e) + * (GenCodeChecksum:258a172d38252619a97c1d74663bdd87) */ /** diff --git a/CRM/Core/DAO/Website.php b/CRM/Core/DAO/Website.php index 55eb56f922..c5be8fc4d3 100644 --- a/CRM/Core/DAO/Website.php +++ b/CRM/Core/DAO/Website.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Website.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1120a2e99ede4ae5c571e51a4040ef7f) + * (GenCodeChecksum:10ede950a86d91b845864f15e7cd9052) */ /** @@ -66,7 +66,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { * Website * * @var string|null - * (SQL type: varchar(128)) + * (SQL type: varchar(255)) * Note that values will be retrieved from the database as a string. */ public $url; @@ -160,7 +160,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO { 'title' => ts('Website'), 'description' => ts('Website'), 'maxlength' => 255, - 'size' => CRM_Utils_Type::HUGE, + 'size' => 45, 'import' => TRUE, 'where' => 'civicrm_website.url', 'headerPattern' => '/Website/i', -- 2.25.1