From 3bd6bab7d2bc4a4e7defb3570a9291125236347b Mon Sep 17 00:00:00 2001 From: colemanw Date: Fri, 29 Sep 2023 14:31:45 -0400 Subject: [PATCH] Schema - stop oversharing version numbers --- CRM/Core/DAO/UFMatch.php | 4 ++-- CRM/Mailing/DAO/Mailing.php | 6 +++--- xml/schema/Core/UFMatch.xml | 2 +- xml/schema/Mailing/Mailing.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index 38744177fa..aaa71a8278 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFMatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:03d955dcec4176dec67ec9fbc818e490) + * (GenCodeChecksum:ddf0ceeb22715a1ee0b7b93c90df31f2) */ /** @@ -214,7 +214,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { 'entity' => 'UFMatch', 'bao' => 'CRM_Core_BAO_UFMatch', 'localizable' => 0, - 'add' => '1.9.kabissa', + 'add' => '1.9', ], 'contact_id' => [ 'name' => 'contact_id', diff --git a/CRM/Mailing/DAO/Mailing.php b/CRM/Mailing/DAO/Mailing.php index 894028116b..53d6268386 100644 --- a/CRM/Mailing/DAO/Mailing.php +++ b/CRM/Mailing/DAO/Mailing.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Mailing.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7370dea62ce328244525bac141d7fb62) + * (GenCodeChecksum:813f125fcf0c0253d96f6a0cf158bc15) */ /** @@ -830,7 +830,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Mailing_BAO_Mailing::getTemplateTypeNames', ], - 'add' => '4.7.16', + 'add' => '4.7', ], 'template_options' => [ 'name' => 'template_options', @@ -849,7 +849,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { 'bao' => 'CRM_Mailing_BAO_Mailing', 'localizable' => 0, 'serialize' => self::SERIALIZE_JSON, - 'add' => '4.7.16', + 'add' => '4.7', ], 'subject' => [ 'name' => 'subject', diff --git a/xml/schema/Core/UFMatch.xml b/xml/schema/Core/UFMatch.xml index 1fed6fe263..6133aab373 100644 --- a/xml/schema/Core/UFMatch.xml +++ b/xml/schema/Core/UFMatch.xml @@ -64,7 +64,7 @@ varchar 128 UF Name - 1.9.kabissa + 1.9 contact_id diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 3a62f47368..5cba6fe185 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -209,7 +209,7 @@ CRM_Mailing_BAO_Mailing::getTemplateTypeNames - 4.7.16 + 4.7 template_options @@ -217,7 +217,7 @@ longtext Advanced options used by the email templating system. (JSON encoded) JSON - 4.7.16 + 4.7 subject -- 2.25.1