API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
authorColeman Watts <coleman@civicrm.org>
Wed, 1 Jul 2020 15:12:23 +0000 (11:12 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 2 Jul 2020 01:25:40 +0000 (18:25 -0700)
153 files changed:
CRM/ACL/DAO/ACL.php
CRM/ACL/DAO/ACLCache.php
CRM/ACL/DAO/EntityRole.php
CRM/Activity/DAO/Activity.php
CRM/Activity/DAO/ActivityContact.php
CRM/Batch/DAO/Batch.php
CRM/Batch/DAO/EntityBatch.php
CRM/Campaign/DAO/Campaign.php
CRM/Campaign/DAO/CampaignGroup.php
CRM/Campaign/DAO/Survey.php
CRM/Case/DAO/Case.php
CRM/Case/DAO/CaseActivity.php
CRM/Case/DAO/CaseContact.php
CRM/Case/DAO/CaseType.php
CRM/Contact/DAO/ACLContactCache.php
CRM/Contact/DAO/Contact.php
CRM/Contact/DAO/ContactType.php
CRM/Contact/DAO/DashboardContact.php
CRM/Contact/DAO/Group.php
CRM/Contact/DAO/GroupContact.php
CRM/Contact/DAO/GroupContactCache.php
CRM/Contact/DAO/GroupNesting.php
CRM/Contact/DAO/GroupOrganization.php
CRM/Contact/DAO/Relationship.php
CRM/Contact/DAO/RelationshipType.php
CRM/Contact/DAO/SavedSearch.php
CRM/Contact/DAO/SubscriptionHistory.php
CRM/Contribute/DAO/Contribution.php
CRM/Contribute/DAO/ContributionPage.php
CRM/Contribute/DAO/ContributionProduct.php
CRM/Contribute/DAO/ContributionRecur.php
CRM/Contribute/DAO/ContributionSoft.php
CRM/Contribute/DAO/Premium.php
CRM/Contribute/DAO/PremiumsProduct.php
CRM/Contribute/DAO/Product.php
CRM/Contribute/DAO/Widget.php
CRM/Core/CodeGen/Specification.php
CRM/Core/DAO/ActionLog.php
CRM/Core/DAO/ActionMapping.php
CRM/Core/DAO/ActionSchedule.php
CRM/Core/DAO/Address.php
CRM/Core/DAO/AddressFormat.php
CRM/Core/DAO/Cache.php
CRM/Core/DAO/Component.php
CRM/Core/DAO/Country.php
CRM/Core/DAO/County.php
CRM/Core/DAO/CustomField.php
CRM/Core/DAO/CustomGroup.php
CRM/Core/DAO/Dashboard.php
CRM/Core/DAO/Discount.php
CRM/Core/DAO/Domain.php
CRM/Core/DAO/Email.php
CRM/Core/DAO/EntityFile.php
CRM/Core/DAO/EntityTag.php
CRM/Core/DAO/Extension.php
CRM/Core/DAO/File.php
CRM/Core/DAO/IM.php
CRM/Core/DAO/Job.php
CRM/Core/DAO/JobLog.php
CRM/Core/DAO/LocBlock.php
CRM/Core/DAO/LocationType.php
CRM/Core/DAO/Log.php
CRM/Core/DAO/MailSettings.php
CRM/Core/DAO/Managed.php
CRM/Core/DAO/Mapping.php
CRM/Core/DAO/MappingField.php
CRM/Core/DAO/Menu.php
CRM/Core/DAO/MessageTemplate.php
CRM/Core/DAO/Navigation.php
CRM/Core/DAO/Note.php
CRM/Core/DAO/OpenID.php
CRM/Core/DAO/OptionGroup.php
CRM/Core/DAO/OptionValue.php
CRM/Core/DAO/Phone.php
CRM/Core/DAO/PreferencesDate.php
CRM/Core/DAO/PrevNextCache.php
CRM/Core/DAO/PrintLabel.php
CRM/Core/DAO/RecurringEntity.php
CRM/Core/DAO/Setting.php
CRM/Core/DAO/StateProvince.php
CRM/Core/DAO/StatusPreference.php
CRM/Core/DAO/SystemLog.php
CRM/Core/DAO/Tag.php
CRM/Core/DAO/Timezone.php
CRM/Core/DAO/UFField.php
CRM/Core/DAO/UFGroup.php
CRM/Core/DAO/UFJoin.php
CRM/Core/DAO/UFMatch.php
CRM/Core/DAO/Website.php
CRM/Core/DAO/WordReplacement.php
CRM/Core/DAO/Worldregion.php
CRM/Cxn/DAO/Cxn.php
CRM/Dedupe/DAO/Exception.php
CRM/Dedupe/DAO/Rule.php
CRM/Dedupe/DAO/RuleGroup.php
CRM/Event/Cart/DAO/Cart.php
CRM/Event/Cart/DAO/EventInCart.php
CRM/Event/DAO/Event.php
CRM/Event/DAO/Participant.php
CRM/Event/DAO/ParticipantPayment.php
CRM/Event/DAO/ParticipantStatusType.php
CRM/Financial/DAO/Currency.php
CRM/Financial/DAO/EntityFinancialAccount.php
CRM/Financial/DAO/EntityFinancialTrxn.php
CRM/Financial/DAO/FinancialAccount.php
CRM/Financial/DAO/FinancialItem.php
CRM/Financial/DAO/FinancialTrxn.php
CRM/Financial/DAO/FinancialType.php
CRM/Financial/DAO/PaymentProcessor.php
CRM/Financial/DAO/PaymentProcessorType.php
CRM/Financial/DAO/PaymentToken.php
CRM/Friend/DAO/Friend.php
CRM/Grant/DAO/Grant.php
CRM/Mailing/DAO/BouncePattern.php
CRM/Mailing/DAO/BounceType.php
CRM/Mailing/DAO/Mailing.php
CRM/Mailing/DAO/MailingAB.php
CRM/Mailing/DAO/MailingComponent.php
CRM/Mailing/DAO/MailingGroup.php
CRM/Mailing/DAO/MailingJob.php
CRM/Mailing/DAO/Recipients.php
CRM/Mailing/DAO/Spool.php
CRM/Mailing/DAO/TrackableURL.php
CRM/Mailing/Event/DAO/Bounce.php
CRM/Mailing/Event/DAO/Confirm.php
CRM/Mailing/Event/DAO/Delivered.php
CRM/Mailing/Event/DAO/Forward.php
CRM/Mailing/Event/DAO/Opened.php
CRM/Mailing/Event/DAO/Queue.php
CRM/Mailing/Event/DAO/Reply.php
CRM/Mailing/Event/DAO/Subscribe.php
CRM/Mailing/Event/DAO/TrackableURLOpen.php
CRM/Mailing/Event/DAO/Unsubscribe.php
CRM/Member/DAO/Membership.php
CRM/Member/DAO/MembershipBlock.php
CRM/Member/DAO/MembershipLog.php
CRM/Member/DAO/MembershipPayment.php
CRM/Member/DAO/MembershipStatus.php
CRM/Member/DAO/MembershipType.php
CRM/PCP/DAO/PCP.php
CRM/PCP/DAO/PCPBlock.php
CRM/Pledge/DAO/Pledge.php
CRM/Pledge/DAO/PledgeBlock.php
CRM/Pledge/DAO/PledgePayment.php
CRM/Price/DAO/LineItem.php
CRM/Price/DAO/PriceField.php
CRM/Price/DAO/PriceFieldValue.php
CRM/Price/DAO/PriceSet.php
CRM/Price/DAO/PriceSetEntity.php
CRM/Queue/DAO/QueueItem.php
CRM/Report/DAO/ReportInstance.php
CRM/SMS/DAO/Provider.php
xml/templates/dao.tpl

index 9ea04070d348cf83277cf26b27bf8eceb9822dad..df4002df2b74ea24d7a20847e3744663abc165bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACL.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0af7d1843e1f675978451550b843ba68)
+ * (GenCodeChecksum:d91adfb9ffb0a514d42f6828f1b95033)
  */
 
 /**
@@ -154,6 +154,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'name' => [
           'name' => 'name',
@@ -170,6 +171,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'deny' => [
           'name' => 'deny',
@@ -186,6 +188,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '1.6',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -200,6 +203,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -211,6 +215,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'operation' => [
           'name' => 'operation',
@@ -231,6 +236,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_ACL_BAO_ACL::operation',
           ],
+          'add' => '1.6',
         ],
         'object_table' => [
           'name' => 'object_table',
@@ -244,6 +250,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'object_id' => [
           'name' => 'object_id',
@@ -255,6 +262,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'acl_table' => [
           'name' => 'acl_table',
@@ -268,6 +276,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'acl_id' => [
           'name' => 'acl_id',
@@ -279,6 +288,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -293,6 +303,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 832948e99a523b77aa93b7853901696335a65b34..9e7ede4882df4e32895c1cf7bfa0af98cb4db4d7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ca99bbbd188d9c890d47e35c1b0b3bbd)
+ * (GenCodeChecksum:0427e4f02009f7a66cf34ae18ef397aa)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'entity' => 'ACLCache',
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -121,6 +122,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.6',
         ],
         'acl_id' => [
           'name' => 'acl_id',
@@ -139,6 +141,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.6',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -151,6 +154,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'entity' => 'ACLCache',
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
+          'add' => '1.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 31e3c98fd480558f4ec12da189dcc24006e22c48..0afa11cd52c78f5baf2351dde426af509f12e5e4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/EntityRole.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b7e097df726e1a5c5c3e495b4583db7a)
+ * (GenCodeChecksum:2e8133b4c385feaa934b2d14ea40f971)
  */
 
 /**
@@ -112,6 +112,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'acl_role_id' => [
           'name' => 'acl_role_id',
@@ -124,6 +125,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -138,6 +140,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -150,6 +153,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -161,6 +165,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
           'localizable' => 0,
+          'add' => '1.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index f18b5de937b1deebcaddb8852d2dbb3dca4ab1b1..141c390fa4e1faf3fa76879b4bfa3300ecb6cfac 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Activity/Activity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a80e5c13f6c26348a2479ed9851d18a1)
+ * (GenCodeChecksum:99193964db864f9ec91b02b2bbc2d8f4)
  */
 
 /**
@@ -269,6 +269,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'source_record_id' => [
           'name' => 'source_record_id',
@@ -280,6 +281,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'activity_type_id' => [
           'name' => 'activity_type_id',
@@ -303,6 +305,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'optionGroupName' => 'activity_type',
             'optionEditPath' => 'civicrm/admin/options/activity_type',
           ],
+          'add' => '1.1',
         ],
         'activity_subject' => [
           'name' => 'subject',
@@ -322,6 +325,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'activity_date_time' => [
           'name' => 'activity_date_time',
@@ -342,6 +346,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '2.0',
         ],
         'activity_duration' => [
           'name' => 'duration',
@@ -359,6 +364,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'Number',
           ],
+          'add' => '2.0',
         ],
         'activity_location' => [
           'name' => 'location',
@@ -378,6 +384,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'phone_id' => [
           'name' => 'phone_id',
@@ -393,6 +400,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.0',
         ],
         'phone_number' => [
           'name' => 'phone_number',
@@ -409,6 +417,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'activity_details' => [
           'name' => 'details',
@@ -426,6 +435,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.1',
         ],
         'activity_status_id' => [
           'name' => 'status_id',
@@ -447,6 +457,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'optionGroupName' => 'activity_status',
             'optionEditPath' => 'civicrm/admin/options/activity_status',
           ],
+          'add' => '2.0',
         ],
         'priority_id' => [
           'name' => 'priority_id',
@@ -467,6 +478,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'optionGroupName' => 'priority',
             'optionEditPath' => 'civicrm/admin/options/priority',
           ],
+          'add' => '2.0',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -479,6 +491,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
           'FKClassName' => 'CRM_Activity_DAO_Activity',
+          'add' => '1.1',
         ],
         'activity_is_test' => [
           'name' => 'is_test',
@@ -496,6 +509,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.0',
         ],
         'activity_medium_id' => [
           'name' => 'medium_id',
@@ -515,6 +529,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'optionGroupName' => 'encounter_medium',
             'optionEditPath' => 'civicrm/admin/options/encounter_medium',
           ],
+          'add' => '2.2',
         ],
         'is_auto' => [
           'name' => 'is_auto',
@@ -526,6 +541,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'relationship_id' => [
           'name' => 'relationship_id',
@@ -539,6 +555,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Relationship',
+          'add' => '2.2',
         ],
         'is_current_revision' => [
           'name' => 'is_current_revision',
@@ -553,6 +570,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'original_id' => [
           'name' => 'original_id',
@@ -565,6 +583,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
           'FKClassName' => 'CRM_Activity_DAO_Activity',
+          'add' => '2.2',
         ],
         'activity_result' => [
           'name' => 'result',
@@ -578,6 +597,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'activity_is_deleted' => [
           'name' => 'is_deleted',
@@ -595,6 +615,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'activity_campaign_id' => [
           'name' => 'campaign_id',
@@ -617,6 +638,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'activity_engagement_level' => [
           'name' => 'engagement_level',
@@ -637,6 +659,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'optionGroupName' => 'engagement_index',
             'optionEditPath' => 'civicrm/admin/options/engagement_index',
           ],
+          'add' => '3.4',
         ],
         'weight' => [
           'name' => 'weight',
@@ -647,6 +670,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'is_star' => [
           'name' => 'is_star',
@@ -665,6 +689,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'html' => [
             'type' => 'Checkbox',
           ],
+          'add' => '4.7',
         ],
         'activity_created_date' => [
           'name' => 'created_date',
@@ -679,6 +704,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'activity_modified_date' => [
           'name' => 'modified_date',
@@ -693,6 +719,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index e37d3b7839f3f1863ddd24bc172cc8da8fa6c125..f7bd52c8e50ee0b441d2ab060efc03b14a6e3ff2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Activity/ActivityContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:51e1279768073419675c95b4792366a8)
+ * (GenCodeChecksum:b458f04c2195968dbc9d49f35f7abb70)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'entity' => 'ActivityContact',
           'bao' => 'CRM_Activity_BAO_ActivityContact',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'activity_id' => [
           'name' => 'activity_id',
@@ -119,6 +120,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'bao' => 'CRM_Activity_BAO_ActivityContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Activity_DAO_Activity',
+          'add' => '4.4',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -134,6 +136,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'bao' => 'CRM_Activity_BAO_ActivityContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.4',
         ],
         'record_type_id' => [
           'name' => 'record_type_id',
@@ -152,6 +155,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
             'optionGroupName' => 'activity_contacts',
             'optionEditPath' => 'civicrm/admin/options/activity_contacts',
           ],
+          'add' => '4.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 53ca4769c18feeddf378245492a9574a9a25488f..7ccdf4bae4ffa7d9cae060e3d39801c921ddfa4b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Batch/Batch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a1b3aef6caf88c912e7cc40e1220ae67)
+ * (GenCodeChecksum:1fc78ed79da3731e7c082cf678ae6753)
  */
 
 /**
@@ -196,6 +196,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'name' => [
           'name' => 'name',
@@ -212,6 +213,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'title' => [
           'name' => 'title',
@@ -228,6 +230,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'description' => [
           'name' => 'description',
@@ -244,6 +247,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -256,6 +260,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -270,6 +275,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '3.3',
         ],
         'modified_id' => [
           'name' => 'modified_id',
@@ -282,6 +288,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -293,6 +300,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'saved_search_id' => [
           'name' => 'saved_search_id',
@@ -308,6 +316,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '4.1',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -327,6 +336,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
             'optionGroupName' => 'batch_status',
             'optionEditPath' => 'civicrm/admin/options/batch_status',
           ],
+          'add' => '4.2',
         ],
         'type_id' => [
           'name' => 'type_id',
@@ -345,6 +355,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
             'optionGroupName' => 'batch_type',
             'optionEditPath' => 'civicrm/admin/options/batch_type',
           ],
+          'add' => '4.2',
         ],
         'mode_id' => [
           'name' => 'mode_id',
@@ -363,6 +374,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
             'optionGroupName' => 'batch_mode',
             'optionEditPath' => 'civicrm/admin/options/batch_mode',
           ],
+          'add' => '4.2',
         ],
         'total' => [
           'name' => 'total',
@@ -381,6 +393,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'item_count' => [
           'name' => 'item_count',
@@ -395,6 +408,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -413,6 +427,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '4.3',
         ],
         'exported_date' => [
           'name' => 'exported_date',
@@ -423,6 +438,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'data' => [
           'name' => 'data',
@@ -434,6 +450,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
           'localizable' => 0,
+          'add' => '4.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 59f336addae3d3b75eed049f9d648280814ca4a3..3bffdf0ada9807f935bd956f92dcf75050b3f1c6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Batch/EntityBatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a88f13eb18fecbda3f310bd2e1f97767)
+ * (GenCodeChecksum:645843a03d3f8e9194ddd2bd79abf5c7)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'entity' => 'EntityBatch',
           'bao' => 'CRM_Batch_BAO_EntityBatch',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -119,6 +120,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'entity' => 'EntityBatch',
           'bao' => 'CRM_Batch_BAO_EntityBatch',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -131,6 +133,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'entity' => 'EntityBatch',
           'bao' => 'CRM_Batch_BAO_EntityBatch',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'batch_id' => [
           'name' => 'batch_id',
@@ -149,6 +152,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 44d5047685d99f4488952033bfc943ecd0424dc5..6f875f7991f63e217e0cf928a0b320f504f035db 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Campaign/Campaign.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:859dab84ee64d9d58287ba723faf3774)
+ * (GenCodeChecksum:cad676be961a58037e4c460be6f9a450)
  */
 
 /**
@@ -207,6 +207,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'name' => [
           'name' => 'name',
@@ -226,6 +227,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'title' => [
           'name' => 'title',
@@ -244,6 +246,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'description' => [
           'name' => 'description',
@@ -260,6 +263,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'start_date' => [
           'name' => 'start_date',
@@ -277,6 +281,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '3.3',
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -294,6 +299,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '3.3',
         ],
         'campaign_type_id' => [
           'name' => 'campaign_type_id',
@@ -315,6 +321,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
             'optionGroupName' => 'campaign_type',
             'optionEditPath' => 'civicrm/admin/options/campaign_type',
           ],
+          'add' => '3.3',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -336,6 +343,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
             'optionGroupName' => 'campaign_status',
             'optionEditPath' => 'civicrm/admin/options/campaign_status',
           ],
+          'add' => '3.3',
         ],
         'external_identifier' => [
           'name' => 'external_identifier',
@@ -356,6 +364,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -374,6 +383,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '3.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -389,6 +399,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.3',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -401,6 +412,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'bao' => 'CRM_Campaign_BAO_Campaign',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -415,6 +427,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '3.3',
         ],
         'last_modified_id' => [
           'name' => 'last_modified_id',
@@ -427,6 +440,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'bao' => 'CRM_Campaign_BAO_Campaign',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'last_modified_date' => [
           'name' => 'last_modified_date',
@@ -438,6 +452,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'goal_general' => [
           'name' => 'goal_general',
@@ -452,6 +467,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '3.4',
         ],
         'goal_revenue' => [
           'name' => 'goal_revenue',
@@ -470,6 +486,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 34d9a35f82cb1245a623e32e9c5136c800319a3c..4dbb8b7f2d1dad664c1bba8836ba97c3b81fff9d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Campaign/CampaignGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c245f47a5db1f3cd039da4cf06b667d1)
+ * (GenCodeChecksum:a4fa6a19ef72119a316417521e209cd4)
  */
 
 /**
@@ -113,6 +113,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'entity' => 'CampaignGroup',
           'bao' => 'CRM_Campaign_DAO_CampaignGroup',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'campaign_id' => [
           'name' => 'campaign_id',
@@ -131,6 +132,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.3',
         ],
         'group_type' => [
           'name' => 'group_type',
@@ -151,6 +153,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getCampaignGroupTypes',
           ],
+          'add' => NULL,
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -165,6 +168,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'entity' => 'CampaignGroup',
           'bao' => 'CRM_Campaign_DAO_CampaignGroup',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -177,6 +181,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'entity' => 'CampaignGroup',
           'bao' => 'CRM_Campaign_DAO_CampaignGroup',
           'localizable' => 0,
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b718426fe184e3018d8b7b91b6f03b5cf1be7b75..62493531bf813079172122bc457d8bcdbf43b561 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Campaign/Survey.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:44d3b1a60152ac9eb8080e80b3b11d2c)
+ * (GenCodeChecksum:80b92f90300f8e432ddd68e95d22b622)
  */
 
 /**
@@ -226,6 +226,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'title' => [
           'name' => 'title',
@@ -242,6 +243,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 1,
+          'add' => '3.3',
         ],
         'campaign_id' => [
           'name' => 'campaign_id',
@@ -260,6 +262,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.3',
         ],
         'activity_type_id' => [
           'name' => 'activity_type_id',
@@ -281,6 +284,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
             'optionGroupName' => 'activity_type',
             'optionEditPath' => 'civicrm/admin/options/activity_type',
           ],
+          'add' => '3.3',
         ],
         'recontact_interval' => [
           'name' => 'recontact_interval',
@@ -297,6 +301,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'instructions' => [
           'name' => 'instructions',
@@ -313,6 +318,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'release_frequency' => [
           'name' => 'release_frequency',
@@ -325,6 +331,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'max_number_of_contacts' => [
           'name' => 'max_number_of_contacts',
@@ -337,6 +344,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'default_number_of_contacts' => [
           'name' => 'default_number_of_contacts',
@@ -349,6 +357,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -361,6 +370,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -373,6 +383,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -385,6 +396,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -396,6 +408,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'last_modified_id' => [
           'name' => 'last_modified_id',
@@ -408,6 +421,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'last_modified_date' => [
           'name' => 'last_modified_date',
@@ -419,6 +433,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'result_id' => [
           'name' => 'result_id',
@@ -431,6 +446,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'bypass_confirm' => [
           'name' => 'bypass_confirm',
@@ -443,6 +459,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'thankyou_title' => [
           'name' => 'thankyou_title',
@@ -456,6 +473,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 1,
+          'add' => '4.2',
         ],
         'thankyou_text' => [
           'name' => 'thankyou_text',
@@ -472,6 +490,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '4.2',
         ],
         'is_share' => [
           'name' => 'is_share',
@@ -484,6 +503,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
           'localizable' => 0,
+          'add' => '4.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a2fd729d800a4efed794832a7e323e45c03649ac..8f54a68d23d2117de2597ce1a84e59344f6f8e0e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Case/Case.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:faa618f0586b8f1f8b581cbde6c279dc)
+ * (GenCodeChecksum:ec6804103883c17fff63061e06d3e591)
  */
 
 /**
@@ -157,6 +157,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'case_type_id' => [
           'name' => 'case_type_id',
@@ -180,6 +181,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.0',
         ],
         'case_subject' => [
           'name' => 'subject',
@@ -198,6 +200,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'case_start_date' => [
           'name' => 'start_date',
@@ -215,6 +218,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'case_end_date' => [
           'name' => 'end_date',
@@ -232,6 +236,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'details' => [
           'name' => 'details',
@@ -248,6 +253,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'case_status_id' => [
           'name' => 'status_id',
@@ -269,6 +275,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
             'optionGroupName' => 'case_status',
             'optionEditPath' => 'civicrm/admin/options/case_status',
           ],
+          'add' => '1.8',
         ],
         'case_deleted' => [
           'name' => 'is_deleted',
@@ -285,6 +292,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'case_created_date' => [
           'name' => 'created_date',
@@ -299,6 +307,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'entity' => 'Case',
           'bao' => 'CRM_Case_BAO_Case',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'case_modified_date' => [
           'name' => 'modified_date',
@@ -313,6 +322,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'entity' => 'Case',
           'bao' => 'CRM_Case_BAO_Case',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d699322587aa0ed568a3c889746b7df366e7f49b..a57d2a9bd1f7bb1b8022315557d2da43c7ecd26a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Case/CaseActivity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:51e6c7e07af84da07b90145b2dd8c0df)
+ * (GenCodeChecksum:d2ef4c48307f130ba531ff5c4bfb38d6)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'entity' => 'CaseActivity',
           'bao' => 'CRM_Case_DAO_CaseActivity',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'case_id' => [
           'name' => 'case_id',
@@ -112,6 +113,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'bao' => 'CRM_Case_DAO_CaseActivity',
           'localizable' => 0,
           'FKClassName' => 'CRM_Case_DAO_Case',
+          'add' => '1.8',
         ],
         'activity_id' => [
           'name' => 'activity_id',
@@ -125,6 +127,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'bao' => 'CRM_Case_DAO_CaseActivity',
           'localizable' => 0,
           'FKClassName' => 'CRM_Activity_DAO_Activity',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 2265eb94bcf5976b8337a78513d8225d7857fa33..df46165d1500b7733aea1b05d3d7d43a9bfaa0e5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Case/CaseContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cf45b00165fe5bdad9b216e46091e3e6)
+ * (GenCodeChecksum:4a71399455a593008da4849db726f7b9)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'entity' => 'CaseContact',
           'bao' => 'CRM_Case_BAO_CaseContact',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'case_id' => [
           'name' => 'case_id',
@@ -112,6 +113,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'bao' => 'CRM_Case_BAO_CaseContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Case_DAO_Case',
+          'add' => '2.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -128,6 +130,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a05b62c5357ac60a37e773e41f81de29f95cfdea..039a9582440f0efccb1a6268ba037e2566f77707 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Case/CaseType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:91266a2984e12a7526d5a6b13a901c63)
+ * (GenCodeChecksum:c65e3b1aa03fb9ad3122915d612fefb8)
  */
 
 /**
@@ -118,6 +118,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'name' => [
           'name' => 'name',
@@ -132,6 +133,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'title' => [
           'name' => 'title',
@@ -146,6 +148,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 1,
+          'add' => '4.5',
         ],
         'description' => [
           'name' => 'description',
@@ -159,6 +162,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 1,
+          'add' => '4.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -170,6 +174,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -181,6 +186,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'weight' => [
           'name' => 'weight',
@@ -194,6 +200,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'definition' => [
           'name' => 'definition',
@@ -205,6 +212,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
           'localizable' => 0,
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1ff549c96843b273a75927cbaeed2f70e42f62b4..b1bf5bdd03645f913e4a6639a149df48d81464e9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/ACLContactCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6ab50b60a3e996451e8e35f730207f46)
+ * (GenCodeChecksum:b99253b18e66856d4b6d914f2669fa30)
  */
 
 /**
@@ -105,6 +105,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'entity' => 'ACLContactCache',
           'bao' => 'CRM_Contact_DAO_ACLContactCache',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'user_id' => [
           'name' => 'user_id',
@@ -116,6 +117,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'entity' => 'ACLContactCache',
           'bao' => 'CRM_Contact_DAO_ACLContactCache',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -129,6 +131,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_DAO_ACLContactCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.1',
         ],
         'operation' => [
           'name' => 'operation',
@@ -149,6 +152,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_ACL_BAO_ACL::operation',
           ],
+          'add' => '1.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 9638d28f4b04c89c064aa9b32119762f082c8196..c71b59750917f2d9724c2a0a02d0484f5fac446b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Contact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6d8b87302a9cecf71150fc71ca3879dd)
+ * (GenCodeChecksum:1c094c7c560285ff246e832afd002c82)
  */
 
 /**
@@ -438,6 +438,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_type' => [
           'name' => 'contact_type',
@@ -462,6 +463,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.1',
         ],
         'contact_sub_type' => [
           'name' => 'contact_sub_type',
@@ -488,6 +490,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NOT NULL',
           ],
+          'add' => '1.5',
         ],
         'do_not_email' => [
           'name' => 'do_not_email',
@@ -506,6 +509,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'do_not_phone' => [
           'name' => 'do_not_phone',
@@ -524,6 +528,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'do_not_mail' => [
           'name' => 'do_not_mail',
@@ -542,6 +547,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'do_not_sms' => [
           'name' => 'do_not_sms',
@@ -560,6 +566,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.0',
         ],
         'do_not_trade' => [
           'name' => 'do_not_trade',
@@ -578,6 +585,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'is_opt_out' => [
           'name' => 'is_opt_out',
@@ -596,6 +604,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'legal_identifier' => [
           'name' => 'legal_identifier',
@@ -616,6 +625,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'external_identifier' => [
           'name' => 'external_identifier',
@@ -636,6 +646,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'sort_name' => [
           'name' => 'sort_name',
@@ -653,6 +664,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'display_name' => [
           'name' => 'display_name',
@@ -670,6 +682,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'nick_name' => [
           'name' => 'nick_name',
@@ -690,6 +703,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'legal_name' => [
           'name' => 'legal_name',
@@ -710,6 +724,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'image_URL' => [
           'name' => 'image_URL',
@@ -726,6 +741,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'File',
           ],
+          'add' => '1.1',
         ],
         'preferred_communication_method' => [
           'name' => 'preferred_communication_method',
@@ -751,6 +767,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'preferred_communication_method',
             'optionEditPath' => 'civicrm/admin/options/preferred_communication_method',
           ],
+          'add' => '1.1',
         ],
         'preferred_language' => [
           'name' => 'preferred_language',
@@ -775,6 +792,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/languages',
           ],
+          'add' => '3.2',
         ],
         'preferred_mail_format' => [
           'name' => 'preferred_mail_format',
@@ -798,6 +816,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::pmf',
           ],
+          'add' => '1.1',
         ],
         'hash' => [
           'name' => 'hash',
@@ -812,6 +831,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'api_key' => [
           'name' => 'api_key',
@@ -831,6 +851,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'contact_source' => [
           'name' => 'source',
@@ -850,6 +871,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'first_name' => [
           'name' => 'first_name',
@@ -871,6 +893,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'middle_name' => [
           'name' => 'middle_name',
@@ -892,6 +915,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'last_name' => [
           'name' => 'last_name',
@@ -913,6 +937,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'prefix_id' => [
           'name' => 'prefix_id',
@@ -936,6 +961,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'individual_prefix',
             'optionEditPath' => 'civicrm/admin/options/individual_prefix',
           ],
+          'add' => '1.2',
         ],
         'suffix_id' => [
           'name' => 'suffix_id',
@@ -959,6 +985,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'individual_suffix',
             'optionEditPath' => 'civicrm/admin/options/individual_suffix',
           ],
+          'add' => '1.2',
         ],
         'formal_title' => [
           'name' => 'formal_title',
@@ -979,6 +1006,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.5',
         ],
         'communication_style_id' => [
           'name' => 'communication_style_id',
@@ -1000,6 +1028,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'communication_style',
             'optionEditPath' => 'civicrm/admin/options/communication_style',
           ],
+          'add' => '4.4',
         ],
         'email_greeting_id' => [
           'name' => 'email_greeting_id',
@@ -1019,6 +1048,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'email_greeting',
             'optionEditPath' => 'civicrm/admin/options/email_greeting',
           ],
+          'add' => '3.0',
         ],
         'email_greeting_custom' => [
           'name' => 'email_greeting_custom',
@@ -1037,6 +1067,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'email_greeting_display' => [
           'name' => 'email_greeting_display',
@@ -1050,6 +1081,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'postal_greeting_id' => [
           'name' => 'postal_greeting_id',
@@ -1069,6 +1101,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'postal_greeting',
             'optionEditPath' => 'civicrm/admin/options/postal_greeting',
           ],
+          'add' => '3.0',
         ],
         'postal_greeting_custom' => [
           'name' => 'postal_greeting_custom',
@@ -1087,6 +1120,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'postal_greeting_display' => [
           'name' => 'postal_greeting_display',
@@ -1100,6 +1134,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'addressee_id' => [
           'name' => 'addressee_id',
@@ -1119,6 +1154,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'addressee',
             'optionEditPath' => 'civicrm/admin/options/addressee',
           ],
+          'add' => '3.0',
         ],
         'addressee_custom' => [
           'name' => 'addressee_custom',
@@ -1137,6 +1173,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'addressee_display' => [
           'name' => 'addressee_display',
@@ -1150,6 +1187,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'job_title' => [
           'name' => 'job_title',
@@ -1171,6 +1209,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'gender_id' => [
           'name' => 'gender_id',
@@ -1193,6 +1232,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'optionGroupName' => 'gender',
             'optionEditPath' => 'civicrm/admin/options/gender',
           ],
+          'add' => '1.2',
         ],
         'birth_date' => [
           'name' => 'birth_date',
@@ -1213,6 +1253,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'birth',
           ],
+          'add' => '1.1',
         ],
         'is_deceased' => [
           'name' => 'is_deceased',
@@ -1232,6 +1273,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'deceased_date' => [
           'name' => 'deceased_date',
@@ -1251,6 +1293,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'birth',
           ],
+          'add' => '1.5',
         ],
         'household_name' => [
           'name' => 'household_name',
@@ -1272,6 +1315,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'primary_contact_id' => [
           'name' => 'primary_contact_id',
@@ -1285,6 +1329,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'organization_name' => [
           'name' => 'organization_name',
@@ -1306,6 +1351,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'sic_code' => [
           'name' => 'sic_code',
@@ -1326,6 +1372,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'user_unique_id' => [
           'name' => 'user_unique_id',
@@ -1347,6 +1394,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'current_employer_id' => [
           'name' => 'employer_id',
@@ -1364,6 +1412,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.1',
         ],
         'contact_is_deleted' => [
           'name' => 'is_deleted',
@@ -1380,6 +1429,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.2',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -1394,6 +1444,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -1408,6 +1459,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 6baf936e73dc2bf232077d189a0031c3945daf36..0237e0943dea7f0055c0ad7abd1f11af8b83c05d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/ContactType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:32038ad57ffa86a8e233d1d337d69f20)
+ * (GenCodeChecksum:34f2ee23181ddce3050484b6e30b0e72)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -147,6 +148,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'label' => [
           'name' => 'label',
@@ -160,6 +162,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 1,
+          'add' => '3.1',
         ],
         'description' => [
           'name' => 'description',
@@ -176,6 +179,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.1',
         ],
         'image_URL' => [
           'name' => 'image_URL',
@@ -189,6 +193,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -207,6 +212,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '3.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -219,6 +225,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -231,6 +238,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5ceac6dcbab8ba29eacc134fa947c68ae3f25b04..360c5caf71d43a8fdcc0af811ffd331a825981a6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/DashboardContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ebe84476b55f9383d54e5a645f657f83)
+ * (GenCodeChecksum:c6084fad33e2fed9634eee46cfcfd4ee)
  */
 
 /**
@@ -117,6 +117,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'entity' => 'DashboardContact',
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'dashboard_id' => [
           'name' => 'dashboard_id',
@@ -130,6 +131,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Dashboard',
+          'add' => '3.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -143,6 +145,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.1',
         ],
         'column_no' => [
           'name' => 'column_no',
@@ -155,6 +158,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'entity' => 'DashboardContact',
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -167,6 +171,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'entity' => 'DashboardContact',
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'weight' => [
           'name' => 'weight',
@@ -179,6 +184,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'entity' => 'DashboardContact',
           'bao' => 'CRM_Contact_BAO_DashboardContact',
           'localizable' => 0,
+          'add' => '3.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 62c7b43119afd4cef88df6b82fe995eccfc3eb1d..3c051ec4f49442505966446c8f6f54a0f2b66981 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Group.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:06233cafdd53c046ba9008ae8af40a1b)
+ * (GenCodeChecksum:a8a3812a392b7544441cdbe1f9500f21)
  */
 
 /**
@@ -224,6 +224,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -237,6 +238,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'title' => [
           'name' => 'title',
@@ -253,6 +255,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -269,6 +272,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.1',
         ],
         'source' => [
           'name' => 'source',
@@ -282,6 +286,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'saved_search_id' => [
           'name' => 'saved_search_id',
@@ -294,6 +299,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_SavedSearch',
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -305,6 +311,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'visibility' => [
           'name' => 'visibility',
@@ -325,6 +332,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupVisibility',
           ],
+          'add' => '1.2',
         ],
         'where_clause' => [
           'name' => 'where_clause',
@@ -336,6 +344,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'select_tables' => [
           'name' => 'select_tables',
@@ -348,6 +357,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '1.6',
         ],
         'where_tables' => [
           'name' => 'where_tables',
@@ -360,6 +370,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '1.6',
         ],
         'group_type' => [
           'name' => 'group_type',
@@ -378,6 +389,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
             'optionGroupName' => 'group_type',
             'optionEditPath' => 'civicrm/admin/options/group_type',
           ],
+          'add' => '1.9',
         ],
         'cache_date' => [
           'name' => 'cache_date',
@@ -390,6 +402,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'refresh_date' => [
           'name' => 'refresh_date',
@@ -402,6 +415,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'parents' => [
           'name' => 'parents',
@@ -417,6 +431,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_PseudoConstant::allGroup',
           ],
+          'add' => '2.1',
         ],
         'children' => [
           'name' => 'children',
@@ -428,6 +443,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_hidden' => [
           'name' => 'is_hidden',
@@ -440,6 +456,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -451,6 +468,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -463,6 +481,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.3',
         ],
         'modified_id' => [
           'name' => 'modified_id',
@@ -475,6 +494,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Group',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 55c67491a103707708fe23a90463247e55ac2308..0605b3a09f0e941234ac67eebfe0fcd855a9b3a4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a2d4155bf9e67023136598c9ca86be31)
+ * (GenCodeChecksum:11947c2ac6a20781c2daa15b0f894983)
  */
 
 /**
@@ -122,6 +122,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'entity' => 'GroupContact',
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -143,6 +144,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -156,6 +158,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'status' => [
           'name' => 'status',
@@ -175,6 +178,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupContactStatus',
           ],
+          'add' => '1.1',
         ],
         'location_id' => [
           'name' => 'location_id',
@@ -187,6 +191,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_LocBlock',
+          'add' => '1.1',
         ],
         'email_id' => [
           'name' => 'email_id',
@@ -199,6 +204,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 10760ac2d799f691ac39a1c52f6466f1de66b206..19c2f738cf3c9313df5478a267ac14ab0d1295f0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContactCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:773c4e4cbe66d404e30e3dffa2dcb8a1)
+ * (GenCodeChecksum:78446b0939b21d995dd17476d11030e7)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'entity' => 'GroupContactCache',
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -120,6 +121,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -133,6 +135,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 0af54cf3a366490e28d4e0ccfacc5c107fa50906..2f6a61b8f5e129fc08e261717ab675196ea2e0ba 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupNesting.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9d8fbfd3582d798a3536300ed7848d85)
+ * (GenCodeChecksum:7e5dfd763c2f4b39ff7f3ea962269bae)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'entity' => 'GroupNesting',
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'child_group_id' => [
           'name' => 'child_group_id',
@@ -112,6 +113,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => '2.0',
         ],
         'parent_group_id' => [
           'name' => 'parent_group_id',
@@ -125,6 +127,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 84b18a513fbc91e223ecdbff69928ca86804977e..49f1bd8616e46608fdb84da2acda026adc917107 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupOrganization.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:12abfd5fb4d2eef796fec3a526338538)
+ * (GenCodeChecksum:59e2d9b6cb5577d3f8a72422fb33f643)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'entity' => 'GroupOrganization',
           'bao' => 'CRM_Contact_BAO_GroupOrganization',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -120,6 +121,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.0',
         ],
         'organization_id' => [
           'name' => 'organization_id',
@@ -133,6 +135,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupOrganization',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 0fdcca5d9d184d1aec26954ebcb78e10e342385b..5110814fe3c2d0955a7aab7029a79f07662c954c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Relationship.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f512c36730defcd334c0e6ccc896e7fb)
+ * (GenCodeChecksum:b1e83f9c102db77881c4b9c730f38337)
  */
 
 /**
@@ -164,6 +164,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'entity' => 'Relationship',
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id_a' => [
           'name' => 'contact_id_a',
@@ -177,6 +178,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'contact_id_b' => [
           'name' => 'contact_id_b',
@@ -193,6 +195,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.1',
         ],
         'relationship_type_id' => [
           'name' => 'relationship_type_id',
@@ -209,6 +212,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.1',
         ],
         'relationship_start_date' => [
           'name' => 'start_date',
@@ -224,6 +228,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.1',
         ],
         'relationship_end_date' => [
           'name' => 'end_date',
@@ -239,6 +244,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -254,6 +260,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -270,6 +277,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'is_permission_a_b' => [
           'name' => 'is_permission_a_b',
@@ -289,6 +297,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions',
           ],
+          'add' => '2.1',
         ],
         'is_permission_b_a' => [
           'name' => 'is_permission_b_a',
@@ -308,6 +317,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions',
           ],
+          'add' => '2.1',
         ],
         'case_id' => [
           'name' => 'case_id',
@@ -321,6 +331,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
           'FKClassName' => 'CRM_Case_DAO_Case',
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1fe25654f2be9b5244efdff946487f53c179ee5b..06ec7aff101aac07bcfc13feac8c14e07e5f3943 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/RelationshipType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:81dab8a4d80601fe4afa3dc1556cc804)
+ * (GenCodeChecksum:205fa87e1f397fbf810ffbbd74c1853a)
  */
 
 /**
@@ -146,6 +146,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'entity' => 'RelationshipType',
           'bao' => 'CRM_Contact_BAO_RelationshipType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name_a_b' => [
           'name' => 'name_a_b',
@@ -159,6 +160,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'entity' => 'RelationshipType',
           'bao' => 'CRM_Contact_BAO_RelationshipType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'label_a_b' => [
           'name' => 'label_a_b',
@@ -175,6 +177,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'name_b_a' => [
           'name' => 'name_b_a',
@@ -188,6 +191,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'entity' => 'RelationshipType',
           'bao' => 'CRM_Contact_BAO_RelationshipType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'label_b_a' => [
           'name' => 'label_b_a',
@@ -204,6 +208,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'description' => [
           'name' => 'description',
@@ -220,6 +225,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'contact_type_a' => [
           'name' => 'contact_type_a',
@@ -242,6 +248,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.1',
         ],
         'contact_type_b' => [
           'name' => 'contact_type_b',
@@ -264,6 +271,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.1',
         ],
         'contact_sub_type_a' => [
           'name' => 'contact_sub_type_a',
@@ -286,6 +294,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NOT NULL',
           ],
+          'add' => '3.1',
         ],
         'contact_sub_type_b' => [
           'name' => 'contact_sub_type_b',
@@ -308,6 +317,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NOT NULL',
           ],
+          'add' => '3.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -322,6 +332,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -337,6 +348,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c9c55e6c1cff61a6b63fa1a1303fdd19934cf479..0d3dcbbedd00e0bb963abc455a522b5fab111a8a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/SavedSearch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f84f342e55d9bbc420ff499c2789ab48)
+ * (GenCodeChecksum:4093fd1cfa684e54d609528d8df160ca)
  */
 
 /**
@@ -119,6 +119,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'form_values' => [
           'name' => 'form_values',
@@ -133,6 +134,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '1.1',
         ],
         'mapping_id' => [
           'name' => 'mapping_id',
@@ -145,6 +147,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Mapping',
+          'add' => '1.5',
         ],
         'search_custom_id' => [
           'name' => 'search_custom_id',
@@ -156,6 +159,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'api_entity' => [
           'name' => 'api_entity',
@@ -169,6 +173,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
+          'add' => '5.24',
         ],
         'api_params' => [
           'name' => 'api_params',
@@ -181,6 +186,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_SavedSearch',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_JSON,
+          'add' => '5.24',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index cb8cae3491b0a62a14d6e25e51c277560a3d7331..d476dd3ebb88c6cc60775b812162d5ec15f662bd 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/SubscriptionHistory.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a927d94545a8c48923591a3cd494c6be)
+ * (GenCodeChecksum:4aa1411720f09f9ad8e2feb2a8d2a833)
  */
 
 /**
@@ -127,6 +127,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'entity' => 'SubscriptionHistory',
           'bao' => 'CRM_Contact_BAO_SubscriptionHistory',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -140,6 +141,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_SubscriptionHistory',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -160,6 +162,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.1',
         ],
         'date' => [
           'name' => 'date',
@@ -173,6 +176,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'entity' => 'SubscriptionHistory',
           'bao' => 'CRM_Contact_BAO_SubscriptionHistory',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'method' => [
           'name' => 'method',
@@ -192,6 +196,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getSubscriptionHistoryMethods',
           ],
+          'add' => '1.1',
         ],
         'status' => [
           'name' => 'status',
@@ -208,6 +213,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupContactStatus',
           ],
+          'add' => '1.1',
         ],
         'tracking' => [
           'name' => 'tracking',
@@ -221,6 +227,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'entity' => 'SubscriptionHistory',
           'bao' => 'CRM_Contact_BAO_SubscriptionHistory',
           'localizable' => 0,
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 493a0ae7d50f0b13ada9dcdb4f96397d2c00557e..e64cf1675e0bcaa1c132bf5182abc7deae1486f9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Contribution.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:37ea1e1c100be249d416ec13f8269c52)
+ * (GenCodeChecksum:5e4c6a77803e361625cafbd2f6e58bbe)
  */
 
 /**
@@ -299,6 +299,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'contribution_contact_id' => [
           'name' => 'contact_id',
@@ -319,6 +320,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -340,6 +342,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'contribution_page_id' => [
           'name' => 'contribution_page_id',
@@ -362,6 +365,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.5',
         ],
         'payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -382,6 +386,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '1.3',
         ],
         'receive_date' => [
           'name' => 'receive_date',
@@ -401,6 +406,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.3',
         ],
         'non_deductible_amount' => [
           'name' => 'non_deductible_amount',
@@ -424,6 +430,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'total_amount' => [
           'name' => 'total_amount',
@@ -447,6 +454,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'fee_amount' => [
           'name' => 'fee_amount',
@@ -469,6 +477,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'net_amount' => [
           'name' => 'net_amount',
@@ -491,6 +500,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'trxn_id' => [
           'name' => 'trxn_id',
@@ -510,6 +520,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'invoice_id' => [
           'name' => 'invoice_id',
@@ -529,6 +540,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'invoice_number' => [
           'name' => 'invoice_number',
@@ -548,6 +560,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'currency' => [
           'name' => 'currency',
@@ -576,6 +589,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '1.3',
         ],
         'contribution_cancel_date' => [
           'name' => 'cancel_date',
@@ -595,6 +609,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.3',
         ],
         'cancel_reason' => [
           'name' => 'cancel_reason',
@@ -611,6 +626,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'receipt_date' => [
           'name' => 'receipt_date',
@@ -630,6 +646,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.3',
         ],
         'thankyou_date' => [
           'name' => 'thankyou_date',
@@ -649,6 +666,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.3',
         ],
         'contribution_source' => [
           'name' => 'source',
@@ -668,6 +686,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'amount_level' => [
           'name' => 'amount_level',
@@ -683,6 +702,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'contribution_recur_id' => [
           'name' => 'contribution_recur_id',
@@ -696,6 +716,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_Contribution',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur',
+          'add' => '1.4',
         ],
         'is_test' => [
           'name' => 'is_test',
@@ -712,6 +733,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'is_pay_later' => [
           'name' => 'is_pay_later',
@@ -728,6 +750,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.1',
         ],
         'contribution_status_id' => [
           'name' => 'contribution_status_id',
@@ -749,6 +772,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'optionGroupName' => 'contribution_status',
             'optionEditPath' => 'civicrm/admin/options/contribution_status',
           ],
+          'add' => '1.6',
         ],
         'contribution_address_id' => [
           'name' => 'address_id',
@@ -762,6 +786,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_Contribution',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Address',
+          'add' => '2.2',
         ],
         'contribution_check_number' => [
           'name' => 'check_number',
@@ -780,6 +805,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'contribution_campaign_id' => [
           'name' => 'campaign_id',
@@ -802,6 +828,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'creditnote_id' => [
           'name' => 'creditnote_id',
@@ -821,6 +848,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.6',
         ],
         'tax_amount' => [
           'name' => 'tax_amount',
@@ -843,6 +871,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.6',
         ],
         'revenue_recognition_date' => [
           'name' => 'revenue_recognition_date',
@@ -862,6 +891,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '4.7',
         ],
         'is_template' => [
           'name' => 'is_template',
@@ -879,6 +909,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '5.20',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3961bf10533b4aa78be2542d8db3c6eda8d901dd..7970a2907f992564ca7e2f2fa35c7833461eef97 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionPage.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:95842d15d54a368f68e6531a1b16797b)
+ * (GenCodeChecksum:63bc96be1f5552249e75545940c13bed)
  */
 
 /**
@@ -401,6 +401,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'title' => [
           'name' => 'title',
@@ -414,6 +415,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '1.3',
         ],
         'intro_text' => [
           'name' => 'intro_text',
@@ -430,6 +432,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -450,6 +453,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'payment_processor' => [
           'name' => 'payment_processor',
@@ -471,6 +475,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.8',
         ],
         'is_credit_card_only' => [
           'name' => 'is_credit_card_only',
@@ -483,6 +488,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'is_monetary' => [
           'name' => 'is_monetary',
@@ -495,6 +501,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'is_recur' => [
           'name' => 'is_recur',
@@ -507,6 +514,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'is_confirm_enabled' => [
           'name' => 'is_confirm_enabled',
@@ -519,6 +527,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'recur_frequency_unit' => [
           'name' => 'recur_frequency_unit',
@@ -541,6 +550,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/recur_frequency_units',
           ],
+          'add' => '2.1',
         ],
         'is_recur_interval' => [
           'name' => 'is_recur_interval',
@@ -553,6 +563,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_recur_installments' => [
           'name' => 'is_recur_installments',
@@ -565,6 +576,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'adjust_recur_start_date' => [
           'name' => 'adjust_recur_start_date',
@@ -577,6 +589,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'is_pay_later' => [
           'name' => 'is_pay_later',
@@ -589,6 +602,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'pay_later_text' => [
           'name' => 'pay_later_text',
@@ -600,6 +614,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '2.0',
         ],
         'pay_later_receipt' => [
           'name' => 'pay_later_receipt',
@@ -611,6 +626,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '2.0',
         ],
         'is_partial_payment' => [
           'name' => 'is_partial_payment',
@@ -623,6 +639,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'initial_amount_label' => [
           'name' => 'initial_amount_label',
@@ -636,6 +653,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '4.3',
         ],
         'initial_amount_help_text' => [
           'name' => 'initial_amount_help_text',
@@ -647,6 +665,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '4.3',
         ],
         'min_initial_amount' => [
           'name' => 'min_initial_amount',
@@ -662,6 +681,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_allow_other_amount' => [
           'name' => 'is_allow_other_amount',
@@ -674,6 +694,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'default_amount_id' => [
           'name' => 'default_amount_id',
@@ -685,6 +706,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'min_amount' => [
           'name' => 'min_amount',
@@ -700,6 +722,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'max_amount' => [
           'name' => 'max_amount',
@@ -715,6 +738,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'goal_amount' => [
           'name' => 'goal_amount',
@@ -730,6 +754,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'thankyou_title' => [
           'name' => 'thankyou_title',
@@ -743,6 +768,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '1.3',
         ],
         'thankyou_text' => [
           'name' => 'thankyou_text',
@@ -759,6 +785,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.3',
         ],
         'thankyou_footer' => [
           'name' => 'thankyou_footer',
@@ -775,6 +802,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.3',
         ],
         'is_email_receipt' => [
           'name' => 'is_email_receipt',
@@ -787,6 +815,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'receipt_from_name' => [
           'name' => 'receipt_from_name',
@@ -800,6 +829,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 1,
+          'add' => '1.3',
         ],
         'receipt_from_email' => [
           'name' => 'receipt_from_email',
@@ -813,6 +843,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'cc_receipt' => [
           'name' => 'cc_receipt',
@@ -826,6 +857,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'bcc_receipt' => [
           'name' => 'bcc_receipt',
@@ -839,6 +871,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'receipt_text' => [
           'name' => 'receipt_text',
@@ -855,6 +888,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -866,6 +900,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'footer_text' => [
           'name' => 'footer_text',
@@ -882,6 +917,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.4',
         ],
         'amount_block_is_active' => [
           'name' => 'amount_block_is_active',
@@ -894,6 +930,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'start_date' => [
           'name' => 'start_date',
@@ -905,6 +942,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -916,6 +954,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -928,6 +967,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.0',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -939,6 +979,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'currency' => [
           'name' => 'currency',
@@ -965,6 +1006,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.3',
         ],
         'campaign_id' => [
           'name' => 'campaign_id',
@@ -982,6 +1024,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'is_share' => [
           'name' => 'is_share',
@@ -994,6 +1037,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'is_billing_required' => [
           'name' => 'is_billing_required',
@@ -1006,6 +1050,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'contribution_page_frontend_title' => [
           'name' => 'frontend_title',
@@ -1023,6 +1068,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '5.20',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index cb4a36ae88a2c1125e4d16fd15ed65f66215d2ab..cebd77a3fbf76ca4e75f4c6ca36266d66cf4e743 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ebb8b8950e36872fffdc5ffcf1fc426f)
+ * (GenCodeChecksum:dd95e7a994c6dfe314f149b5ba7d48db)
  */
 
 /**
@@ -137,6 +137,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'product_id' => [
           'name' => 'product_id',
@@ -148,6 +149,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -160,6 +162,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '1.4',
         ],
         'product_option' => [
           'name' => 'product_option',
@@ -174,6 +177,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'quantity' => [
           'name' => 'quantity',
@@ -185,6 +189,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'fulfilled_date' => [
           'name' => 'fulfilled_date',
@@ -201,6 +206,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.4',
         ],
         'contribution_start_date' => [
           'name' => 'start_date',
@@ -213,6 +219,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'contribution_end_date' => [
           'name' => 'end_date',
@@ -225,6 +232,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'comment' => [
           'name' => 'comment',
@@ -235,6 +243,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -253,6 +262,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b45c41efafb8cdf70ebfccb70c4a6a5a4f091ce8..a3254572ca08522ad7db4093c632556a91cdd683 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionRecur.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0a7eaba45ea7d692276b351cd9cee473)
+ * (GenCodeChecksum:62019becf87dee13b7e9e174eb3c286e)
  */
 
 /**
@@ -280,6 +280,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -296,6 +297,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.6',
         ],
         'amount' => [
           'name' => 'amount',
@@ -315,6 +317,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'currency' => [
           'name' => 'currency',
@@ -339,6 +342,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'frequency_unit' => [
           'name' => 'frequency_unit',
@@ -361,6 +365,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/recur_frequency_units',
           ],
+          'add' => '1.6',
         ],
         'frequency_interval' => [
           'name' => 'frequency_interval',
@@ -376,6 +381,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'installments' => [
           'name' => 'installments',
@@ -390,6 +396,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_start_date' => [
           'name' => 'start_date',
@@ -407,6 +414,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_create_date' => [
           'name' => 'create_date',
@@ -424,6 +432,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_modified_date' => [
           'name' => 'modified_date',
@@ -440,6 +449,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_cancel_date' => [
           'name' => 'cancel_date',
@@ -456,6 +466,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_cancel_reason' => [
           'name' => 'cancel_reason',
@@ -471,6 +482,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '5.13',
         ],
         'contribution_recur_end_date' => [
           'name' => 'end_date',
@@ -487,6 +499,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_processor_id' => [
           'name' => 'processor_id',
@@ -503,6 +516,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'payment_token_id' => [
           'name' => 'payment_token_id',
@@ -515,6 +529,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
           'localizable' => 0,
           'FKClassName' => 'CRM_Financial_DAO_PaymentToken',
+          'add' => '4.6',
         ],
         'contribution_recur_trxn_id' => [
           'name' => 'trxn_id',
@@ -531,6 +546,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'invoice_id' => [
           'name' => 'invoice_id',
@@ -547,6 +563,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_contribution_status_id' => [
           'name' => 'contribution_status_id',
@@ -567,6 +584,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'optionGroupName' => 'contribution_recur_status',
             'optionEditPath' => 'civicrm/admin/options/contribution_recur_status',
           ],
+          'add' => '1.6',
         ],
         'is_test' => [
           'name' => 'is_test',
@@ -583,6 +601,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'cycle_day' => [
           'name' => 'cycle_day',
@@ -599,6 +618,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_next_sched_contribution_date' => [
           'name' => 'next_sched_contribution_date',
@@ -615,6 +635,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '4.4',
         ],
         'failure_count' => [
           'name' => 'failure_count',
@@ -630,6 +651,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_failure_retry_date' => [
           'name' => 'failure_retry_date',
@@ -646,6 +668,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.6',
         ],
         'auto_renew' => [
           'name' => 'auto_renew',
@@ -662,6 +685,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.6',
         ],
         'contribution_recur_payment_processor_id' => [
           'name' => 'payment_processor_id',
@@ -682,6 +706,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -703,6 +728,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -721,6 +747,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '4.1',
         ],
         'contribution_campaign_id' => [
           'name' => 'campaign_id',
@@ -743,6 +770,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '4.1',
         ],
         'is_email_receipt' => [
           'name' => 'is_email_receipt',
@@ -758,6 +786,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index efcf47ff94336c0546cc9e2c72fc95cfbbd10e0b..ba2c9e21c3a88ad175c1f23861e0b40e4c0f0ca6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c03f89f9fba7d8b9c3b863393e617a78)
+ * (GenCodeChecksum:a1c2918874b74f3f9bbbe0464aea1563)
  */
 
 /**
@@ -145,6 +145,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -158,6 +159,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '2.2',
         ],
         'contribution_soft_contact_id' => [
           'name' => 'contact_id',
@@ -175,6 +177,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.2',
         ],
         'amount' => [
           'name' => 'amount',
@@ -195,6 +198,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -219,6 +223,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'pcp_id' => [
           'name' => 'pcp_id',
@@ -237,6 +242,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.2',
         ],
         'pcp_display_in_roll' => [
           'name' => 'pcp_display_in_roll',
@@ -248,6 +254,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_roll_nickname' => [
           'name' => 'pcp_roll_nickname',
@@ -261,6 +268,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_personal_note' => [
           'name' => 'pcp_personal_note',
@@ -277,6 +285,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'soft_credit_type_id' => [
           'name' => 'soft_credit_type_id',
@@ -293,6 +302,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'optionGroupName' => 'soft_credit_type',
             'optionEditPath' => 'civicrm/admin/options/soft_credit_type',
           ],
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b97ea8d3acd68fa525582c32bd8342382ca7c9c2..a6ef8403508b4dc9b896194012db76b26cef07d2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Premium.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:62ca558719cfe842066d2fb208df2f76)
+ * (GenCodeChecksum:df0bfae4e0916c02a621471db14f3151)
  */
 
 /**
@@ -147,6 +147,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -161,6 +162,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -172,6 +174,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_active' => [
           'name' => 'premiums_active',
@@ -185,6 +188,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_intro_title' => [
           'name' => 'premiums_intro_title',
@@ -198,6 +202,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'premiums_intro_text' => [
           'name' => 'premiums_intro_text',
@@ -209,6 +214,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'premiums_contact_email' => [
           'name' => 'premiums_contact_email',
@@ -222,6 +228,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_contact_phone' => [
           'name' => 'premiums_contact_phone',
@@ -235,6 +242,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_display_min_contribution' => [
           'name' => 'premiums_display_min_contribution',
@@ -247,6 +255,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_nothankyou_label' => [
           'name' => 'premiums_nothankyou_label',
@@ -260,6 +269,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 1,
+          'add' => '4.3',
         ],
         'premiums_nothankyou_position' => [
           'name' => 'premiums_nothankyou_position',
@@ -271,6 +281,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 16f572925a1973fabb30cabc26ed8db68eb57a5d..79d9071c30c171892afa85c895249a7b6c2b8133 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/PremiumsProduct.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c0e05c7f98e0801599d18ab12b1937a7)
+ * (GenCodeChecksum:a250114a018b2fd5e9d259f00d18a5c3)
  */
 
 /**
@@ -112,6 +112,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'entity' => 'PremiumsProduct',
           'bao' => 'CRM_Contribute_DAO_PremiumsProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'premiums_id' => [
           'name' => 'premiums_id',
@@ -125,6 +126,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_DAO_PremiumsProduct',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Premium',
+          'add' => '1.4',
         ],
         'product_id' => [
           'name' => 'product_id',
@@ -138,6 +140,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_DAO_PremiumsProduct',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Product',
+          'add' => '1.4',
         ],
         'weight' => [
           'name' => 'weight',
@@ -149,6 +152,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'entity' => 'PremiumsProduct',
           'bao' => 'CRM_Contribute_DAO_PremiumsProduct',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -167,6 +171,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 511bd5ee1b6e8144c38c2b0e467cf88d1116b8c8..5632c65d4335c7f180744a5fb87cea72869dc1b4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Product.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ba0100c0ce50f67d39a4e131474de7e1)
+ * (GenCodeChecksum:6e0a8b319985de1fe01120f4d91003a8)
  */
 
 /**
@@ -206,6 +206,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'product_name' => [
           'name' => 'name',
@@ -221,6 +222,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'description' => [
           'name' => 'description',
@@ -232,6 +234,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'sku' => [
           'name' => 'sku',
@@ -246,6 +249,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'options' => [
           'name' => 'options',
@@ -257,6 +261,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'image' => [
           'name' => 'image',
@@ -270,6 +275,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'thumbnail' => [
           'name' => 'thumbnail',
@@ -283,6 +289,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'price' => [
           'name' => 'price',
@@ -298,6 +305,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'currency' => [
           'name' => 'currency',
@@ -322,6 +330,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -340,6 +349,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'min_contribution' => [
           'name' => 'min_contribution',
@@ -355,6 +365,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'cost' => [
           'name' => 'cost',
@@ -370,6 +381,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -382,6 +394,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'period_type' => [
           'name' => 'period_type',
@@ -403,6 +416,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::periodType',
           ],
+          'add' => '1.4',
         ],
         'fixed_period_start_day' => [
           'name' => 'fixed_period_start_day',
@@ -415,6 +429,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'duration_unit' => [
           'name' => 'duration_unit',
@@ -434,6 +449,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPremiumUnits',
           ],
+          'add' => '1.4',
         ],
         'duration_interval' => [
           'name' => 'duration_interval',
@@ -445,6 +461,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'frequency_unit' => [
           'name' => 'frequency_unit',
@@ -465,6 +482,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPremiumUnits',
           ],
+          'add' => '1.4',
         ],
         'frequency_interval' => [
           'name' => 'frequency_interval',
@@ -476,6 +494,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
           'localizable' => 0,
+          'add' => '1.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b6ce0b9763e4334be530565ac3d32c14e205b2af..116d447ed53148c8dfc7e96ff2b81ff9a0ba16c6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Widget.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:aca8ff271ebf96332e4273589061f8a9)
+ * (GenCodeChecksum:b0e7180701d83e1d83d53bf2e43c0c51)
  */
 
 /**
@@ -178,6 +178,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'contribution_page_id' => [
           'name' => 'contribution_page_id',
@@ -190,6 +191,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_ContributionPage',
+          'add' => '1.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -201,6 +203,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'title' => [
           'name' => 'title',
@@ -214,6 +217,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'url_logo' => [
           'name' => 'url_logo',
@@ -227,6 +231,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'button_title' => [
           'name' => 'button_title',
@@ -240,6 +245,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'about' => [
           'name' => 'about',
@@ -251,6 +257,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'url_homepage' => [
           'name' => 'url_homepage',
@@ -264,6 +271,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_title' => [
           'name' => 'color_title',
@@ -276,6 +284,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_button' => [
           'name' => 'color_button',
@@ -288,6 +297,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_bar' => [
           'name' => 'color_bar',
@@ -300,6 +310,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_main_text' => [
           'name' => 'color_main_text',
@@ -312,6 +323,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_main' => [
           'name' => 'color_main',
@@ -324,6 +336,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_main_bg' => [
           'name' => 'color_main_bg',
@@ -336,6 +349,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_bg' => [
           'name' => 'color_bg',
@@ -348,6 +362,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_about_link' => [
           'name' => 'color_about_link',
@@ -360,6 +375,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'color_homepage_link' => [
           'name' => 'color_homepage_link',
@@ -372,6 +388,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
           'localizable' => 0,
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5bca8cb225346a9c0dc04cd203a9a8be8af0e244..67d057f09609dbe7dd4c7e9c13ab7e85553256db 100644 (file)
@@ -420,6 +420,7 @@ class CRM_Core_CodeGen_Specification {
     if (isset($fieldXML->localize_context)) {
       $field['localize_context'] = $fieldXML->localize_context;
     }
+    $field['add'] = $this->value('add', $fieldXML);
     $field['pseudoconstant'] = $this->value('pseudoconstant', $fieldXML);
     if (!empty($field['pseudoconstant'])) {
       //ok this is a bit long-winded but it gets there & is consistent with above approach
index 62c7baf4b313a22922829a7899ff6ae835adceb2..b4399596f4a1d998cae1d6918e92ef8d6104bb0b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:744811fde95e9b8fd7d6a0bc6ce0a4dd)
+ * (GenCodeChecksum:1cc48318ce597a6cac7ff0e2a4518ff5)
  */
 
 /**
@@ -146,6 +146,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -158,6 +159,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.4',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -170,6 +172,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -183,6 +186,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'action_schedule_id' => [
           'name' => 'action_schedule_id',
@@ -196,6 +200,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_ActionSchedule',
+          'add' => '3.4',
         ],
         'action_date_time' => [
           'name' => 'action_date_time',
@@ -207,6 +212,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'is_error' => [
           'name' => 'is_error',
@@ -219,6 +225,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'message' => [
           'name' => 'message',
@@ -230,6 +237,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'repetition_number' => [
           'name' => 'repetition_number',
@@ -241,6 +249,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'reference_date' => [
           'name' => 'reference_date',
@@ -253,6 +262,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
           'localizable' => 0,
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 698422613e7dab44eaf2e55f5b243c0e4b47dee1..95f2c276ab78d36c4edc13e788298d552c97c0a8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionMapping.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:369620c3d8cd0ff237b5372cff2e041f)
+ * (GenCodeChecksum:be879c0936430ca0cebf0c8bf1c3dc7a)
  */
 
 /**
@@ -122,6 +122,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity' => [
           'name' => 'entity',
@@ -135,6 +136,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_value' => [
           'name' => 'entity_value',
@@ -148,6 +150,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_value_label' => [
           'name' => 'entity_value_label',
@@ -161,6 +164,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_status' => [
           'name' => 'entity_status',
@@ -174,6 +178,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_status_label' => [
           'name' => 'entity_status_label',
@@ -187,6 +192,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_date_start' => [
           'name' => 'entity_date_start',
@@ -200,6 +206,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_date_end' => [
           'name' => 'entity_date_end',
@@ -213,6 +220,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_recipient' => [
           'name' => 'entity_recipient',
@@ -226,6 +234,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'entity' => 'ActionMapping',
           'bao' => 'CRM_Core_DAO_ActionMapping',
           'localizable' => 0,
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 045980459bee82676b9b4307e9421da72023ddd7..6ac11664116c050a4a2f958214c9e5b5354e8ed5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionSchedule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6268d24c3a013ae819b86f182c553344)
+ * (GenCodeChecksum:4493f5d18b2b452d4a6b9ee4e15a15bf)
  */
 
 /**
@@ -339,6 +339,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'name' => [
           'name' => 'name',
@@ -352,6 +353,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'title' => [
           'name' => 'title',
@@ -365,6 +367,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'recipient' => [
           'name' => 'recipient',
@@ -378,6 +381,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'limit_to' => [
           'name' => 'limit_to',
@@ -389,6 +393,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'entity_value' => [
           'name' => 'entity_value',
@@ -402,6 +407,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_status' => [
           'name' => 'entity_status',
@@ -415,6 +421,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'start_action_offset' => [
           'name' => 'start_action_offset',
@@ -427,6 +434,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'start_action_unit' => [
           'name' => 'start_action_unit',
@@ -446,6 +454,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits',
           ],
+          'add' => '3.4',
         ],
         'start_action_condition' => [
           'name' => 'start_action_condition',
@@ -459,6 +468,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'start_action_date' => [
           'name' => 'start_action_date',
@@ -472,6 +482,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'is_repeat' => [
           'name' => 'is_repeat',
@@ -483,6 +494,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'repetition_frequency_unit' => [
           'name' => 'repetition_frequency_unit',
@@ -502,6 +514,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits',
           ],
+          'add' => '3.4',
         ],
         'repetition_frequency_interval' => [
           'name' => 'repetition_frequency_interval',
@@ -514,6 +527,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'end_frequency_unit' => [
           'name' => 'end_frequency_unit',
@@ -533,6 +547,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getRecurringFrequencyUnits',
           ],
+          'add' => '3.4',
         ],
         'end_frequency_interval' => [
           'name' => 'end_frequency_interval',
@@ -545,6 +560,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'end_action' => [
           'name' => 'end_action',
@@ -558,6 +574,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -571,6 +588,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -583,6 +601,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'recipient_manual' => [
           'name' => 'recipient_manual',
@@ -596,6 +615,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'recipient_listing' => [
           'name' => 'recipient_listing',
@@ -609,6 +629,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'body_text' => [
           'name' => 'body_text',
@@ -620,6 +641,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'body_html' => [
           'name' => 'body_html',
@@ -631,6 +653,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'sms_body_text' => [
           'name' => 'sms_body_text',
@@ -642,6 +665,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'subject' => [
           'name' => 'subject',
@@ -655,6 +679,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'record_activity' => [
           'name' => 'record_activity',
@@ -667,6 +692,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'mapping_id' => [
           'name' => 'mapping_id',
@@ -680,6 +706,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -700,6 +727,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'msg_template_id' => [
           'name' => 'msg_template_id',
@@ -712,6 +740,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_MessageTemplate',
+          'add' => NULL,
         ],
         'sms_template_id' => [
           'name' => 'sms_template_id',
@@ -724,6 +753,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_MessageTemplate',
+          'add' => NULL,
         ],
         'absolute_date' => [
           'name' => 'absolute_date',
@@ -735,6 +765,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'from_name' => [
           'name' => 'from_name',
@@ -748,6 +779,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'from_email' => [
           'name' => 'from_email',
@@ -761,6 +793,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'mode' => [
           'name' => 'mode',
@@ -782,6 +815,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
             'optionGroupName' => 'msg_mode',
             'optionEditPath' => 'civicrm/admin/options/msg_mode',
           ],
+          'add' => '4.5',
         ],
         'sms_provider_id' => [
           'name' => 'sms_provider_id',
@@ -796,6 +830,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '4.5',
         ],
         'used_for' => [
           'name' => 'used_for',
@@ -809,6 +844,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'filter_contact_language' => [
           'name' => 'filter_contact_language',
@@ -822,6 +858,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'communication_language' => [
           'name' => 'communication_language',
@@ -835,6 +872,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 18d881903c547caee15ec3ea3a16c0f9cb6da20c..f74252f6e24e9caebf26140916e0dc9e0ff10064 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Address.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ecd12ccf6f73ab607645bb57298e8366)
+ * (GenCodeChecksum:8dc9868de21595676938b96deb836379)
  */
 
 /**
@@ -292,6 +292,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -304,6 +305,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Address',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -323,6 +325,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '2.0',
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -338,6 +341,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '2.0',
         ],
         'is_billing' => [
           'name' => 'is_billing',
@@ -353,6 +357,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.0',
         ],
         'street_address' => [
           'name' => 'street_address',
@@ -375,6 +380,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_number' => [
           'name' => 'street_number',
@@ -390,6 +396,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_number_suffix' => [
           'name' => 'street_number_suffix',
@@ -407,6 +414,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_number_predirectional' => [
           'name' => 'street_number_predirectional',
@@ -423,6 +431,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_name' => [
           'name' => 'street_name',
@@ -440,6 +449,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_type' => [
           'name' => 'street_type',
@@ -456,6 +466,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_number_postdirectional' => [
           'name' => 'street_number_postdirectional',
@@ -472,6 +483,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'street_unit' => [
           'name' => 'street_unit',
@@ -489,6 +501,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'supplemental_address_1' => [
           'name' => 'supplemental_address_1',
@@ -509,6 +522,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'supplemental_address_2' => [
           'name' => 'supplemental_address_2',
@@ -529,6 +543,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'supplemental_address_3' => [
           'name' => 'supplemental_address_3',
@@ -549,6 +564,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'city' => [
           'name' => 'city',
@@ -569,6 +585,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'county_id' => [
           'name' => 'county_id',
@@ -590,6 +607,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
         'state_province_id' => [
           'name' => 'state_province_id',
@@ -612,6 +630,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
         'postal_code_suffix' => [
           'name' => 'postal_code_suffix',
@@ -632,6 +651,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'postal_code' => [
           'name' => 'postal_code',
@@ -652,6 +672,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'usps_adc' => [
           'name' => 'usps_adc',
@@ -665,6 +686,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'country_id' => [
           'name' => 'country_id',
@@ -688,6 +710,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'nameColumn' => 'iso_code',
             'abbrColumn' => 'iso_code',
           ],
+          'add' => '1.1',
         ],
         'geo_code_1' => [
           'name' => 'geo_code_1',
@@ -705,6 +728,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'geo_code_2' => [
           'name' => 'geo_code_2',
@@ -722,6 +746,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'manual_geo_code' => [
           'name' => 'manual_geo_code',
@@ -738,6 +763,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.3',
         ],
         'timezone' => [
           'name' => 'timezone',
@@ -754,6 +780,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'address_name' => [
           'name' => 'name',
@@ -773,6 +800,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'master_id' => [
           'name' => 'master_id',
@@ -787,6 +815,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Address',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Address',
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 4bf97512b3efb994f4bc56978cdcc5fc19b71030..436733d4bcacb17f1e1b13c73b6b3f83db5298b5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/AddressFormat.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f6157f3762d51c4a658be0b2c3b55a17)
+ * (GenCodeChecksum:bd005804e8f957b74c4eafacea35792d)
  */
 
 /**
@@ -76,6 +76,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'entity' => 'AddressFormat',
           'bao' => 'CRM_Core_DAO_AddressFormat',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'format' => [
           'name' => 'format',
@@ -87,6 +88,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'entity' => 'AddressFormat',
           'bao' => 'CRM_Core_DAO_AddressFormat',
           'localizable' => 0,
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c6e41b7724025f15cc5106edb7ea9c81f83b93be..71704bd66a00669c65dd74454a828a83dbde9708 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Cache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:545b50d2d3c660110b57694fb951a84d)
+ * (GenCodeChecksum:695d7ebea0e7103ff58dfbbff111dde6)
  */
 
 /**
@@ -126,6 +126,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'group_name' => [
           'name' => 'group_name',
@@ -140,6 +141,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'path' => [
           'name' => 'path',
@@ -153,6 +155,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'data' => [
           'name' => 'data',
@@ -164,6 +167,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'component_id' => [
           'name' => 'component_id',
@@ -184,6 +188,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '2.1',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -196,6 +201,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'expired_date' => [
           'name' => 'expired_date',
@@ -209,6 +215,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a9fa9f3cbc89e0099217308051ddba1497bc157c..bcc2c8008a6ddfafc839d2e52c48177d77011828 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Component.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:401ea910c7f9dc995191f6a4764037ca)
+ * (GenCodeChecksum:1f7be99fb2d2adfebdf3faa2013666f4)
  */
 
 /**
@@ -83,6 +83,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'entity' => 'Component',
           'bao' => 'CRM_Core_DAO_Component',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'name' => [
           'name' => 'name',
@@ -97,6 +98,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'entity' => 'Component',
           'bao' => 'CRM_Core_DAO_Component',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'namespace' => [
           'name' => 'namespace',
@@ -110,6 +112,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'entity' => 'Component',
           'bao' => 'CRM_Core_DAO_Component',
           'localizable' => 0,
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 03f4bbe1a28fc52d07e6d5dd43d019750fab9ad8..eb77528b78f5d277e2543ec99e58edd05131dc5a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Country.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0e0ebf773f04ad229c4165fe05f63345)
+ * (GenCodeChecksum:d40139ce11551ce445103a7fe9d3d46e)
  */
 
 /**
@@ -141,6 +141,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -158,6 +159,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'iso_code' => [
           'name' => 'iso_code',
@@ -171,6 +173,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'country_code' => [
           'name' => 'country_code',
@@ -184,6 +187,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'address_format_id' => [
           'name' => 'address_format_id',
@@ -196,6 +200,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_AddressFormat',
+          'add' => '3.2',
         ],
         'idd_prefix' => [
           'name' => 'idd_prefix',
@@ -209,6 +214,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'ndd_prefix' => [
           'name' => 'ndd_prefix',
@@ -222,6 +228,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'region_id' => [
           'name' => 'region_id',
@@ -241,6 +248,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.8',
         ],
         'is_province_abbreviated' => [
           'name' => 'is_province_abbreviated',
@@ -253,6 +261,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
           'localizable' => 0,
+          'add' => '3.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 0623141c0b14dd180c5d868a4218e075d0734e74..38167c8050444a8dcba91f04f60de3fd31dcbf62 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/County.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fe1dce431c3df99392a7a0e5b7d6a612)
+ * (GenCodeChecksum:095ad13ad08bd1d3c12be5094239df32)
  */
 
 /**
@@ -105,6 +105,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'entity' => 'County',
           'bao' => 'CRM_Core_DAO_County',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -122,6 +123,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'entity' => 'County',
           'bao' => 'CRM_Core_DAO_County',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'abbreviation' => [
           'name' => 'abbreviation',
@@ -135,6 +137,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'entity' => 'County',
           'bao' => 'CRM_Core_DAO_County',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'state_province_id' => [
           'name' => 'state_province_id',
@@ -153,6 +156,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d86561758fec085419e014066047cf071ec2f234..13307453a9b6ac5d63cc897f98e65d9d35601bc7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dea9a99c6b6a34dbc3b1f6d04e801661)
+ * (GenCodeChecksum:30f1deaf5c81a0f9cffb0219507d2e4f)
  */
 
 /**
@@ -295,6 +295,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'custom_group_id' => [
           'name' => 'custom_group_id',
@@ -316,6 +317,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -329,6 +331,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'label' => [
           'name' => 'label',
@@ -343,6 +346,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 1,
+          'add' => '1.1',
         ],
         'data_type' => [
           'name' => 'data_type',
@@ -363,6 +367,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_CustomField::dataType',
           ],
+          'add' => '1.1',
         ],
         'html_type' => [
           'name' => 'html_type',
@@ -380,6 +385,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::customHtmlType',
           ],
+          'add' => '1.1',
         ],
         'default_value' => [
           'name' => 'default_value',
@@ -393,6 +399,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_required' => [
           'name' => 'is_required',
@@ -405,6 +412,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_searchable' => [
           'name' => 'is_searchable',
@@ -417,6 +425,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_search_range' => [
           'name' => 'is_search_range',
@@ -429,6 +438,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'weight' => [
           'name' => 'weight',
@@ -442,6 +452,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -453,6 +464,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 1,
+          'add' => '1.1',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -464,6 +476,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 1,
+          'add' => '1.1',
         ],
         'mask' => [
           'name' => 'mask',
@@ -477,6 +490,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'attributes' => [
           'name' => 'attributes',
@@ -490,6 +504,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'javascript' => [
           'name' => 'javascript',
@@ -503,6 +518,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -515,6 +531,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_view' => [
           'name' => 'is_view',
@@ -527,6 +544,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'options_per_line' => [
           'name' => 'options_per_line',
@@ -538,6 +556,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'text_length' => [
           'name' => 'text_length',
@@ -549,6 +568,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'start_date_years' => [
           'name' => 'start_date_years',
@@ -560,6 +580,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'end_date_years' => [
           'name' => 'end_date_years',
@@ -571,6 +592,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'date_format' => [
           'name' => 'date_format',
@@ -587,6 +609,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getDatePluginInputFormats',
           ],
+          'add' => '3.1',
         ],
         'time_format' => [
           'name' => 'time_format',
@@ -601,6 +624,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getTimeFormats',
           ],
+          'add' => '3.1',
         ],
         'note_columns' => [
           'name' => 'note_columns',
@@ -612,6 +636,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'note_rows' => [
           'name' => 'note_rows',
@@ -623,6 +648,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'column_name' => [
           'name' => 'column_name',
@@ -636,6 +662,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'option_group_id' => [
           'name' => 'option_group_id',
@@ -653,6 +680,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.4',
         ],
         'serialize' => [
           'name' => 'serialize',
@@ -667,6 +695,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::fieldSerialization',
           ],
+          'add' => '5.26',
         ],
         'filter' => [
           'name' => 'filter',
@@ -680,6 +709,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'in_selector' => [
           'name' => 'in_selector',
@@ -692,6 +722,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3896c204fefea2300d547603c30cb3c50ba2341b..8d38cd71d53e5c1fc21c6a095f6002a93b1b8688 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4c79528589c88a45d81a037f990077b7)
+ * (GenCodeChecksum:4f58c488f8213dab928db357bc88f478)
  */
 
 /**
@@ -231,6 +231,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -244,6 +245,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'title' => [
           'name' => 'title',
@@ -258,6 +260,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 1,
+          'add' => '1.1',
         ],
         'extends' => [
           'name' => 'extends',
@@ -272,6 +275,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'extends_entity_column_id' => [
           'name' => 'extends_entity_column_id',
@@ -291,6 +295,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
             'optionGroupName' => 'custom_data_type',
             'optionEditPath' => 'civicrm/admin/options/custom_data_type',
           ],
+          'add' => '2.2',
         ],
         'extends_entity_column_value' => [
           'name' => 'extends_entity_column_value',
@@ -305,6 +310,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND,
+          'add' => '1.6',
         ],
         'style' => [
           'name' => 'style',
@@ -324,6 +330,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::customGroupStyle',
           ],
+          'add' => '1.1',
         ],
         'collapse_display' => [
           'name' => 'collapse_display',
@@ -336,6 +343,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -352,6 +360,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.1',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -368,6 +377,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.1',
         ],
         'weight' => [
           'name' => 'weight',
@@ -381,6 +391,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -393,6 +404,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'table_name' => [
           'name' => 'table_name',
@@ -406,6 +418,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'is_multiple' => [
           'name' => 'is_multiple',
@@ -418,6 +431,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'min_multiple' => [
           'name' => 'min_multiple',
@@ -429,6 +443,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'max_multiple' => [
           'name' => 'max_multiple',
@@ -440,6 +455,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'collapse_adv_display' => [
           'name' => 'collapse_adv_display',
@@ -452,6 +468,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -464,6 +481,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.0',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -475,6 +493,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -487,6 +506,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'is_public' => [
           'name' => 'is_public',
@@ -499,6 +519,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'icon' => [
           'name' => 'icon',
@@ -513,6 +534,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
           'localizable' => 0,
+          'add' => '5.28',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index e69658712c68d3984d3ced65d68996ba4f270750..a54895fe9e1d0cd18ebe5f8a963a4c4a7f2e4f9a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Dashboard.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cde009752aa290013f7eca7fed93b9bb)
+ * (GenCodeChecksum:8cc83b4a4fa0fe28868e33887824c4e5)
  */
 
 /**
@@ -151,6 +151,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -169,6 +170,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'name' => [
           'name' => 'name',
@@ -182,6 +184,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'label' => [
           'name' => 'label',
@@ -195,6 +198,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 1,
+          'add' => '3.1',
         ],
         'url' => [
           'name' => 'url',
@@ -208,6 +212,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'permission' => [
           'name' => 'permission',
@@ -222,6 +227,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_COMMA,
+          'add' => '3.1',
         ],
         'permission_operator' => [
           'name' => 'permission_operator',
@@ -235,6 +241,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'fullscreen_url' => [
           'name' => 'fullscreen_url',
@@ -248,6 +255,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -260,6 +268,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -272,6 +281,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'cache_minutes' => [
           'name' => 'cache_minutes',
@@ -285,6 +295,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'entity' => 'Dashboard',
           'bao' => 'CRM_Core_BAO_Dashboard',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3781ee69ebb912d08bca0384f6d5036a42a923b3..914c2d9147a952411ef52a63f78f4e8f60f12ca3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Discount.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dcc27cc6871dbb3ce3f892ec35508bef)
+ * (GenCodeChecksum:b240911ddcf71cc294fe02614887711c)
  */
 
 /**
@@ -120,6 +120,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -133,6 +134,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -145,6 +147,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'participant_discount_name' => [
           'name' => 'price_set_id',
@@ -164,6 +167,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '4.3',
         ],
         'start_date' => [
           'name' => 'start_date',
@@ -175,6 +179,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -186,6 +191,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
           'localizable' => 0,
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3b8a756f71d0717d1d1518484380ba189a237151..b90d6978127c7111092ea252cff45938d2e87aeb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Domain.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:867bfe42e7ea7ebf4f7300348bae59d7)
+ * (GenCodeChecksum:33e01928bc64aa36fb39bbbeea1579dc)
  */
 
 /**
@@ -126,6 +126,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -142,6 +143,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -158,6 +160,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'version' => [
           'name' => 'version',
@@ -171,6 +174,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -183,6 +187,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Domain',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.3',
         ],
         'locales' => [
           'name' => 'locales',
@@ -195,6 +200,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Domain',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
+          'add' => '2.1',
         ],
         'locale_custom_strings' => [
           'name' => 'locale_custom_strings',
@@ -207,6 +213,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Domain',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index dfb7df5344a4e9820157f2e5edd1f31a480bca4d..92ff31e6ddb268efea8c12e4362a9dab0ccf3e79 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Email.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:04c281c9aa6ce3a51e2e08273469ca9f)
+ * (GenCodeChecksum:6e34e9759f2a50eb22dea1fceb15090c)
  */
 
 /**
@@ -168,6 +168,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -180,6 +181,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -199,6 +201,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '2.0',
         ],
         'email' => [
           'name' => 'email',
@@ -220,6 +223,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -235,6 +239,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '1.1',
         ],
         'is_billing' => [
           'name' => 'is_billing',
@@ -247,6 +252,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'on_hold' => [
           'name' => 'on_hold',
@@ -267,6 +273,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_PseudoConstant::emailOnHoldOptions',
           ],
+          'add' => '1.1',
         ],
         'is_bulkmail' => [
           'name' => 'is_bulkmail',
@@ -281,6 +288,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '1.9',
         ],
         'hold_date' => [
           'name' => 'hold_date',
@@ -292,6 +300,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'reset_date' => [
           'name' => 'reset_date',
@@ -303,6 +312,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'signature_text' => [
           'name' => 'signature_text',
@@ -317,6 +327,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'signature_html' => [
           'name' => 'signature_html',
@@ -331,6 +342,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 6a573c61406fe5b117e7155ed2879584f085d2af..efef635fb806f837cc8610bc0970818dfaf63b9f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityFile.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9f53de4bc8c3551092104bbb880cca60)
+ * (GenCodeChecksum:b9ac4293489f424584b9983d1304987f)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -119,6 +120,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -131,6 +133,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'file_id' => [
           'name' => 'file_id',
@@ -144,6 +147,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_File',
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b9d1dcc027eccc7043a1eb95b67a73bcd60dd2a4..7ef0feff7ecc089d35c53cbf9d75f74eb9a0af08 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityTag.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8296b5b3e00aa11bdbf6bdbd0a522f2e)
+ * (GenCodeChecksum:3f4e098850d5540fb6ddd3e04d0084fe)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'entity' => 'EntityTag',
           'bao' => 'CRM_Core_BAO_EntityTag',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -123,6 +124,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
             'optionGroupName' => 'tag_used_for',
             'optionEditPath' => 'civicrm/admin/options/tag_used_for',
           ],
+          'add' => '3.2',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -135,6 +137,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'entity' => 'EntityTag',
           'bao' => 'CRM_Core_BAO_EntityTag',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'tag_id' => [
           'name' => 'tag_id',
@@ -156,6 +159,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index ee7da6e5021c8cefd632f436ae7bbde1b42de79a..3a58bb43c856096780b8a1ccb02758ba7cb66c4d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Extension.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:570f59a162584f56d66ee72a09e0c6c9)
+ * (GenCodeChecksum:84798b0aba44e90cbdde1d65736c616d)
  */
 
 /**
@@ -116,6 +116,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'type' => [
           'name' => 'type',
@@ -135,6 +136,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getExtensionTypes',
           ],
+          'add' => '4.2',
         ],
         'full_name' => [
           'name' => 'full_name',
@@ -149,6 +151,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'name' => [
           'name' => 'name',
@@ -164,6 +167,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'label' => [
           'name' => 'label',
@@ -179,6 +183,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'file' => [
           'name' => 'file',
@@ -194,6 +199,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'schema_version' => [
           'name' => 'schema_version',
@@ -209,6 +215,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -221,6 +228,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'entity' => 'Extension',
           'bao' => 'CRM_Core_BAO_Extension',
           'localizable' => 0,
+          'add' => '4.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 98ab5bdc835c93ec0548fd9d847ceb8a10bb93c3..51b0b79200ed21385b3bf9b077ad284b97824b07 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/File.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:99baae76a4c2bf505fa7e0c67706844b)
+ * (GenCodeChecksum:5c8f93d416373dd32add73f0bbaa59cc)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'file_type_id' => [
           'name' => 'file_type_id',
@@ -144,6 +145,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'mime_type' => [
           'name' => 'mime_type',
@@ -157,6 +159,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'uri' => [
           'name' => 'uri',
@@ -170,6 +173,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'document' => [
           'name' => 'document',
@@ -181,6 +185,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'description' => [
           'name' => 'description',
@@ -194,6 +199,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'upload_date' => [
           'name' => 'upload_date',
@@ -205,6 +211,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -217,6 +224,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_File',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '5.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index fbf9adb1d5698ffb66fe9c4524f46fc09e54b954..bee4ce002290ddfc3847c006e9d9b9405b5d31e9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/IM.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e7172d0e1832211ef5bee017828f41e8)
+ * (GenCodeChecksum:a01a1aec350383201dbc1c3f59e9b709)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -145,6 +146,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_IM',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -164,6 +166,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '2.0',
         ],
         'name' => [
           'name' => 'name',
@@ -184,6 +187,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'provider_id' => [
           'name' => 'provider_id',
@@ -202,6 +206,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
             'optionGroupName' => 'instant_messenger_service',
             'optionEditPath' => 'civicrm/admin/options/instant_messenger_service',
           ],
+          'add' => '1.1',
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -217,6 +222,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '1.1',
         ],
         'is_billing' => [
           'name' => 'is_billing',
@@ -229,6 +235,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
           'localizable' => 0,
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index fc79bb625ee14cc9853fe8313de2f913996ce52a..39d72b975480240ef3285f45663ef4f1a1cfb68b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Job.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:22125e7d95e0e7fcd6df2a696555f352)
+ * (GenCodeChecksum:8f64b00207fd2c2f98c378c01e29b911)
  */
 
 /**
@@ -154,6 +154,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -172,6 +173,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.1',
         ],
         'run_frequency' => [
           'name' => 'run_frequency',
@@ -192,6 +194,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getJobFrequency',
           ],
+          'add' => '4.1',
         ],
         'last_run' => [
           'name' => 'last_run',
@@ -205,6 +208,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'scheduled_run_date' => [
           'name' => 'scheduled_run_date',
@@ -218,6 +222,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'name' => [
           'name' => 'name',
@@ -231,6 +236,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'description' => [
           'name' => 'description',
@@ -244,6 +250,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'api_entity' => [
           'name' => 'api_entity',
@@ -257,6 +264,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'api_action' => [
           'name' => 'api_action',
@@ -270,6 +278,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'parameters' => [
           'name' => 'parameters',
@@ -286,6 +295,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '4.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -297,6 +307,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
           'localizable' => 0,
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 7b88e3977c8c1b66313c9b3089d99b2918f79e46..59e75d9fabe4f1846915baa6d2f14cca6586450a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/JobLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:12719e12e89bcb64ad0f701988fe439b)
+ * (GenCodeChecksum:d5266d899de027b3411970632fd2d6ef)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -151,6 +152,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.1',
         ],
         'run_time' => [
           'name' => 'run_time',
@@ -162,6 +164,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'job_id' => [
           'name' => 'job_id',
@@ -173,6 +176,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'name' => [
           'name' => 'name',
@@ -186,6 +190,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'command' => [
           'name' => 'command',
@@ -199,6 +204,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'description' => [
           'name' => 'description',
@@ -212,6 +218,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'data' => [
           'name' => 'data',
@@ -223,6 +230,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
           'localizable' => 0,
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index e79473c75a4cdd936304eafdb0b285eb44f57732..fcac92b27c5e360f8d6d8a6ec0cae89b8edf34d9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/LocBlock.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9442f8158c0a237f0e2340230a748261)
+ * (GenCodeChecksum:fd6b47fdf91519058cc607ab736a8934)
  */
 
 /**
@@ -131,6 +131,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'entity' => 'LocBlock',
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'address_id' => [
           'name' => 'address_id',
@@ -142,6 +143,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Address',
+          'add' => '2.0',
         ],
         'email_id' => [
           'name' => 'email_id',
@@ -153,6 +155,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => '2.0',
         ],
         'phone_id' => [
           'name' => 'phone_id',
@@ -164,6 +167,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Phone',
+          'add' => '2.0',
         ],
         'im_id' => [
           'name' => 'im_id',
@@ -175,6 +179,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_IM',
+          'add' => '2.0',
         ],
         'address_2_id' => [
           'name' => 'address_2_id',
@@ -186,6 +191,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Address',
+          'add' => '2.0',
         ],
         'email_2_id' => [
           'name' => 'email_2_id',
@@ -197,6 +203,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => '2.0',
         ],
         'phone_2_id' => [
           'name' => 'phone_2_id',
@@ -208,6 +215,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Phone',
+          'add' => '2.0',
         ],
         'im_2_id' => [
           'name' => 'im_2_id',
@@ -219,6 +227,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_LocBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_IM',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5aeed182605c71a27064d7bb5c4e273cff53c2a9..b75a338c7d0cee15cfa49cd30be666cee24a9f2e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/LocationType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7c9ceb9ba007a11f69bf4be9fc732e0)
+ * (GenCodeChecksum:06904ebbc78a929b34c17ba1bb580350)
  */
 
 /**
@@ -118,6 +118,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -131,6 +132,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'display_name' => [
           'name' => 'display_name',
@@ -144,6 +146,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 1,
+          'add' => '4.1',
         ],
         'vcard_name' => [
           'name' => 'vcard_name',
@@ -157,6 +160,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -170,6 +174,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -181,6 +186,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -192,6 +198,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -203,6 +210,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 34559d513ffadff615000e695dc3ec01a135e7b7..c9541016bfd376f55a0241d859a21306f47944b9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Log.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3f7c58e17bdae8212004611d6fa2f6f3)
+ * (GenCodeChecksum:a102ecbdf345a1df748ea11fdd997b9e)
  */
 
 /**
@@ -120,6 +120,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -134,6 +135,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -146,6 +148,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'data' => [
           'name' => 'data',
@@ -157,6 +160,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'modified_id' => [
           'name' => 'modified_id',
@@ -169,6 +173,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.5',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -180,6 +185,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
           'localizable' => 0,
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 7323cebe8905c71fc73d51c90dcac5115bee143c..343c7e6bfdbca6abd97c818fb7bae4c885d27567 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MailSettings.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1c0272c8ff0392b03ef4a1f6ab23c0df)
+ * (GenCodeChecksum:455750fee6f1acbe50aeb19387f12158)
  */
 
 /**
@@ -182,6 +182,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -200,6 +201,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'name' => [
           'name' => 'name',
@@ -213,6 +215,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -224,6 +227,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'domain' => [
           'name' => 'domain',
@@ -237,6 +241,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'localpart' => [
           'name' => 'localpart',
@@ -250,6 +255,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'return_path' => [
           'name' => 'return_path',
@@ -263,6 +269,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'protocol' => [
           'name' => 'protocol',
@@ -283,6 +290,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
             'optionGroupName' => 'mail_protocol',
             'optionEditPath' => 'civicrm/admin/options/mail_protocol',
           ],
+          'add' => '2.2',
         ],
         'server' => [
           'name' => 'server',
@@ -296,6 +304,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'port' => [
           'name' => 'port',
@@ -307,6 +316,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'username' => [
           'name' => 'username',
@@ -320,6 +330,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'password' => [
           'name' => 'password',
@@ -333,6 +344,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'is_ssl' => [
           'name' => 'is_ssl',
@@ -344,6 +356,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'source' => [
           'name' => 'source',
@@ -357,6 +370,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'activity_status' => [
           'name' => 'activity_status',
@@ -378,6 +392,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/activity_status',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d4f8f3ce9c0f8e234c73765e405c0967ef268a23..4d4cbafdfdcb25249ca14b50d1e86195d8a4863f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Managed.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:341e6ee8dbeb3ab714034368c32837f1)
+ * (GenCodeChecksum:939c0ed6422323450f5b9b00f8da85ad)
  */
 
 /**
@@ -104,6 +104,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'entity' => 'Managed',
           'bao' => 'CRM_Core_DAO_Managed',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'module' => [
           'name' => 'module',
@@ -118,6 +119,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'entity' => 'Managed',
           'bao' => 'CRM_Core_DAO_Managed',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'name' => [
           'name' => 'name',
@@ -131,6 +133,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'entity' => 'Managed',
           'bao' => 'CRM_Core_DAO_Managed',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'entity_type' => [
           'name' => 'entity_type',
@@ -145,6 +148,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'entity' => 'Managed',
           'bao' => 'CRM_Core_DAO_Managed',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -157,6 +161,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'entity' => 'Managed',
           'bao' => 'CRM_Core_DAO_Managed',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'cleanup' => [
           'name' => 'cleanup',
@@ -176,6 +181,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_ManagedEntities::getCleanupOptions',
           ],
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 67a9c0a7488d4f0673d7f4fa9ba227229e3c8f7e..5b7121f90fc0714d4f9b5285c434fb1904eae377 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Mapping.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5b937841c099c775e7467f70fdd529b3)
+ * (GenCodeChecksum:ca067ae4e0d6b7c01e9c24da7cff585a)
  */
 
 /**
@@ -90,6 +90,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'name' => [
           'name' => 'name',
@@ -103,6 +104,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'description' => [
           'name' => 'description',
@@ -116,6 +118,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'mapping_type_id' => [
           'name' => 'mapping_type_id',
@@ -134,6 +137,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
             'optionGroupName' => 'mapping_type',
             'optionEditPath' => 'civicrm/admin/options/mapping_type',
           ],
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 9891a026ba2ddbefea4383be02d26e78c955b102..c8e0f48dda9bd42137d18c47cb54affab50d3746 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MappingField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fdc6c79da7e1c0c60b5a5987ce42fd0d)
+ * (GenCodeChecksum:c29cb464b46084c28cedf37c3757ffd1)
  */
 
 /**
@@ -176,6 +176,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'mapping_id' => [
           'name' => 'mapping_id',
@@ -189,6 +190,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Mapping',
+          'add' => '1.2',
         ],
         'name' => [
           'name' => 'name',
@@ -202,6 +204,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'contact_type' => [
           'name' => 'contact_type',
@@ -218,6 +221,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.2',
         ],
         'column_number' => [
           'name' => 'column_number',
@@ -230,6 +234,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -247,6 +252,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '1.2',
         ],
         'phone_type_id' => [
           'name' => 'phone_type_id',
@@ -258,6 +264,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'im_provider_id' => [
           'name' => 'im_provider_id',
@@ -276,6 +283,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
             'optionGroupName' => 'instant_messenger_service',
             'optionEditPath' => 'civicrm/admin/options/instant_messenger_service',
           ],
+          'add' => '3.0',
         ],
         'website_type_id' => [
           'name' => 'website_type_id',
@@ -294,6 +302,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
             'optionGroupName' => 'website_type',
             'optionEditPath' => 'civicrm/admin/options/website_type',
           ],
+          'add' => '3.2',
         ],
         'relationship_type_id' => [
           'name' => 'relationship_type_id',
@@ -306,6 +315,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_RelationshipType',
+          'add' => '1.2',
         ],
         'relationship_direction' => [
           'name' => 'relationship_direction',
@@ -318,6 +328,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'grouping' => [
           'name' => 'grouping',
@@ -331,6 +342,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'operator' => [
           'name' => 'operator',
@@ -350,6 +362,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getSearchBuilderOperators',
           ],
+          'add' => '1.5',
         ],
         'value' => [
           'name' => 'value',
@@ -363,6 +376,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
           'localizable' => 0,
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 776f0f6edfe84f43809158db0039e31d97c5719b..a0f1b6c6ea3a248b11c64602ffa2822706250d50 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Menu.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8495038ad35a0a38425fd1d57a6fca43)
+ * (GenCodeChecksum:8eaee41a6e8192bd26fab7f4ef443c0c)
  */
 
 /**
@@ -227,6 +227,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -245,6 +246,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'path' => [
           'name' => 'path',
@@ -258,6 +260,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'path_arguments' => [
           'name' => 'path_arguments',
@@ -269,6 +272,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'title' => [
           'name' => 'title',
@@ -281,6 +285,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'access_callback' => [
           'name' => 'access_callback',
@@ -294,6 +299,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'access_arguments' => [
           'name' => 'access_arguments',
@@ -305,6 +311,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'page_callback' => [
           'name' => 'page_callback',
@@ -318,6 +325,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'page_arguments' => [
           'name' => 'page_arguments',
@@ -329,6 +337,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'breadcrumb' => [
           'name' => 'breadcrumb',
@@ -340,6 +349,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'return_url' => [
           'name' => 'return_url',
@@ -353,6 +363,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'return_url_args' => [
           'name' => 'return_url_args',
@@ -366,6 +377,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'component_id' => [
           'name' => 'component_id',
@@ -386,6 +398,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '2.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -397,6 +410,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_public' => [
           'name' => 'is_public',
@@ -408,6 +422,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_exposed' => [
           'name' => 'is_exposed',
@@ -419,6 +434,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_ssl' => [
           'name' => 'is_ssl',
@@ -430,6 +446,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'weight' => [
           'name' => 'weight',
@@ -443,6 +460,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'type' => [
           'name' => 'type',
@@ -456,6 +474,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'page_type' => [
           'name' => 'page_type',
@@ -469,6 +488,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'skipBreadcrumb' => [
           'name' => 'skipBreadcrumb',
@@ -480,6 +500,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'module_data' => [
           'name' => 'module_data',
@@ -491,6 +512,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index f6c282d347f220e515cce33f83a5c580596919ce..54b4664182cae7e39261edd4c9f60391c6021714 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MessageTemplate.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:51b2e2f362cb7a438a04146b11589662)
+ * (GenCodeChecksum:542e52d6f757c9e8adfa2a5ed07b6475)
  */
 
 /**
@@ -142,6 +142,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'msg_title' => [
           'name' => 'msg_title',
@@ -155,6 +156,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'msg_subject' => [
           'name' => 'msg_subject',
@@ -166,6 +168,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'msg_text' => [
           'name' => 'msg_text',
@@ -180,6 +183,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.6',
         ],
         'msg_html' => [
           'name' => 'msg_html',
@@ -194,6 +198,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.6',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -205,6 +210,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'workflow_id' => [
           'name' => 'workflow_id',
@@ -216,6 +222,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'workflow_name' => [
           'name' => 'workflow_name',
@@ -228,6 +235,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '5.26',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -240,6 +248,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -251,6 +260,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_sms' => [
           'name' => 'is_sms',
@@ -263,6 +273,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'pdf_format_id' => [
           'name' => 'pdf_format_id',
@@ -279,6 +290,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'optionEditPath' => 'civicrm/admin/options/pdf_format',
           ],
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 80179999f1c7eead87c148bc4aad3403bbe77b8e..81125e4f02b581b42dc2a786393219ec0dac62a0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Navigation.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8d6052b04bcd4a7bdfff07ecfa14e60b)
+ * (GenCodeChecksum:39aa4b4d2c380d3a08c4931c3e497006)
  */
 
 /**
@@ -159,6 +159,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -177,6 +178,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'label' => [
           'name' => 'label',
@@ -190,6 +192,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'name' => [
           'name' => 'name',
@@ -203,6 +206,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'url' => [
           'name' => 'url',
@@ -216,6 +220,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'icon' => [
           'name' => 'icon',
@@ -231,6 +236,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'permission' => [
           'name' => 'permission',
@@ -244,6 +250,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'permission_operator' => [
           'name' => 'permission_operator',
@@ -257,6 +264,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -275,6 +283,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'nameColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -286,6 +295,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'has_separator' => [
           'name' => 'has_separator',
@@ -301,6 +311,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::navigationMenuSeparator',
           ],
+          'add' => '3.0',
         ],
         'weight' => [
           'name' => 'weight',
@@ -312,6 +323,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
           'localizable' => 0,
+          'add' => '3.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 36409bc0fffe5c5a3592442073bdab84f027848c..c5cd339ea7d18af8b695cabff4e86b4714e0f9ad 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Note.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fd649e023be90204b62cc283886fa400)
+ * (GenCodeChecksum:0e43e07bfbf7de4e7fa48f4d24a923fd)
  */
 
 /**
@@ -141,6 +141,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -158,6 +159,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_Note::entityTables',
           ],
+          'add' => '1.1',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -170,6 +172,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'note' => [
           'name' => 'note',
@@ -190,6 +193,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -202,6 +206,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -214,6 +219,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'subject' => [
           'name' => 'subject',
@@ -230,6 +236,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'privacy' => [
           'name' => 'privacy',
@@ -250,6 +257,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
             'optionGroupName' => 'note_privacy',
             'optionEditPath' => 'civicrm/admin/options/note_privacy',
           ],
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 0f4a499885c2ecc209fb0f669e5a49a9ae87c59e..02db0f94b5ff458bbcf238fb2e1d09eca6f31bde 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OpenID.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4fcc767aa82b542cd813a9de097a322c)
+ * (GenCodeChecksum:ed6e574083475c9caf6e8f5028510263)
  */
 
 /**
@@ -119,6 +119,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -131,6 +132,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_OpenID',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -147,6 +149,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '2.0',
         ],
         'openid' => [
           'name' => 'openid',
@@ -165,6 +168,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'allowed_to_login' => [
           'name' => 'allowed_to_login',
@@ -178,6 +182,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -193,6 +198,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index bf9ec2f724b74460874793003c46529c0286f177..28611f23acf74604942ef6c42037769aa884d2b0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OptionGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1a8e6b71368afcabdc96d2fe768d67ec)
+ * (GenCodeChecksum:8a0474f902f423a6055399c438cd406c)
  */
 
 /**
@@ -118,6 +118,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'name' => [
           'name' => 'name',
@@ -132,6 +133,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'title' => [
           'name' => 'title',
@@ -145,6 +147,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'description' => [
           'name' => 'description',
@@ -158,6 +161,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'data_type' => [
           'name' => 'data_type',
@@ -174,6 +178,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Utils_Type::dataTypes',
           ],
+          'add' => '4.7',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -187,6 +192,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -200,6 +206,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_locked' => [
           'name' => 'is_locked',
@@ -213,6 +220,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'entity' => 'OptionGroup',
           'bao' => 'CRM_Core_BAO_OptionGroup',
           'localizable' => 0,
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5dea2b484dba6f8dbb76021097ebb0b6beeebad9..ed5bf88c5f753eb682277f146a1b9254959eb082 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OptionValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7cc1ab1ede682626c34db52967f627c8)
+ * (GenCodeChecksum:370198cee250edd2f29743a5b5667e9a)
  */
 
 /**
@@ -203,6 +203,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'option_group_id' => [
           'name' => 'option_group_id',
@@ -225,6 +226,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
             'labelColumn' => 'title',
             'nameColumn' => 'name',
           ],
+          'add' => '1.5',
         ],
         'label' => [
           'name' => 'label',
@@ -239,6 +241,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'value' => [
           'name' => 'value',
@@ -253,6 +256,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'name' => [
           'name' => 'name',
@@ -268,6 +272,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'grouping' => [
           'name' => 'grouping',
@@ -281,6 +286,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'filter' => [
           'name' => 'filter',
@@ -293,6 +299,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -305,6 +312,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'weight' => [
           'name' => 'weight',
@@ -317,6 +325,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'description' => [
           'name' => 'description',
@@ -333,6 +342,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.5',
         ],
         'is_optgroup' => [
           'name' => 'is_optgroup',
@@ -345,6 +355,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -357,6 +368,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -369,6 +381,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'component_id' => [
           'name' => 'component_id',
@@ -389,6 +402,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '2.0',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -406,6 +420,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'visibility_id' => [
           'name' => 'visibility_id',
@@ -421,6 +436,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
           ],
+          'add' => '2.2',
         ],
         'icon' => [
           'name' => 'icon',
@@ -435,6 +451,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'color' => [
           'name' => 'color',
@@ -449,6 +466,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 39a7ebdf3e6d2c735dc83888ffba974c331ac4d9..444c0b3a53e71a52fcde62618700bd558f835063 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Phone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dcfc4989d248f3990a5ac2a422597061)
+ * (GenCodeChecksum:3c1f1743128af72b009c6cf4effc1da2)
  */
 
 /**
@@ -154,6 +154,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -166,6 +167,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -185,6 +187,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '2.0',
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -200,6 +203,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'html' => [
             'type' => 'Radio',
           ],
+          'add' => '1.1',
         ],
         'is_billing' => [
           'name' => 'is_billing',
@@ -212,6 +216,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'mobile_provider_id' => [
           'name' => 'mobile_provider_id',
@@ -223,6 +228,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'phone' => [
           'name' => 'phone',
@@ -243,6 +249,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'phone_ext' => [
           'name' => 'phone_ext',
@@ -263,6 +270,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'phone_numeric' => [
           'name' => 'phone_numeric',
@@ -276,6 +284,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'phone_type_id' => [
           'name' => 'phone_type_id',
@@ -295,6 +304,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
             'optionGroupName' => 'phone_type',
             'optionEditPath' => 'civicrm/admin/options/phone_type',
           ],
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index ae9661db000aaa911a7bfc4e2be26e5d06af1af3..4f50074007651af047622224456d710d13bd0638 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PreferencesDate.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:59621b636915c317561204de52299004)
+ * (GenCodeChecksum:e950a7985ee12a8b5ec6e926e8a49b20)
  */
 
 /**
@@ -108,6 +108,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'name' => [
           'name' => 'name',
@@ -122,6 +123,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'description' => [
           'name' => 'description',
@@ -135,6 +137,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'start' => [
           'name' => 'start',
@@ -147,6 +150,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'end' => [
           'name' => 'end',
@@ -159,6 +163,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'date_format' => [
           'name' => 'date_format',
@@ -172,6 +177,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'time_format' => [
           'name' => 'time_format',
@@ -185,6 +191,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'entity' => 'PreferencesDate',
           'bao' => 'CRM_Core_BAO_PreferencesDate',
           'localizable' => 0,
+          'add' => '3.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5bcb1c8ccf2ebaa279bd5ac852008351ea95cee3..cb581127894658cce9f0bbbf3c4a4540f31d47e1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrevNextCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bfe0f84f9404ffcc242ca8c15de4ca14)
+ * (GenCodeChecksum:3e1ec2353f61b542cca9c3c9efc73e80)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -119,6 +120,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_id1' => [
           'name' => 'entity_id1',
@@ -131,6 +133,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'entity_id2' => [
           'name' => 'entity_id2',
@@ -143,6 +146,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'cachekey' => [
           'name' => 'cachekey',
@@ -156,6 +160,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '3.4',
         ],
         'data' => [
           'name' => 'data',
@@ -168,6 +173,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '3.4',
         ],
         'is_selected' => [
           'name' => 'is_selected',
@@ -179,6 +185,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
           'localizable' => 0,
+          'add' => '4.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 46ae140e8f9b775de8920d65e02c1142b590fce1..c0d4463fe2120be7f58220c191a77bb4456ebcfa 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrintLabel.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e6d0fdaf773f8dec9b1b9282a41788d9)
+ * (GenCodeChecksum:b98543c0a9d27b4f6aef0ab432bb37e2)
  */
 
 /**
@@ -151,6 +151,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'title' => [
           'name' => 'title',
@@ -164,6 +165,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'name' => [
           'name' => 'name',
@@ -177,6 +179,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'description' => [
           'name' => 'description',
@@ -188,6 +191,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'label_format_name' => [
           'name' => 'label_format_name',
@@ -208,6 +212,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
             'optionGroupName' => 'name_badge',
             'optionEditPath' => 'civicrm/admin/options/name_badge',
           ],
+          'add' => '4.4',
         ],
         'label_type_id' => [
           'name' => 'label_type_id',
@@ -226,6 +231,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
             'optionGroupName' => 'label_type',
             'optionEditPath' => 'civicrm/admin/options/label_type',
           ],
+          'add' => '4.4',
         ],
         'data' => [
           'name' => 'data',
@@ -238,6 +244,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_JSON,
+          'add' => '4.4',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -250,6 +257,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -262,6 +270,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -274,6 +283,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -286,6 +296,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_PrintLabel',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index fac09fc6c06455151395f4453864c27830a08c1f..e6463e239dfcdd4a6f16d0d37bd5b473e4f3646d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/RecurringEntity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6321192add109bdc0211b72cc49e3611)
+ * (GenCodeChecksum:4d0ee948935c36ddf9c0a04ed30ec44f)
  */
 
 /**
@@ -94,6 +94,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -106,6 +107,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -117,6 +119,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -131,6 +134,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'mode' => [
           'name' => 'mode',
@@ -144,6 +148,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
           'localizable' => 0,
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index bc665201f72eccb84ed208f28307524d73172dba..70ac634cfd6feb7a1a99485d2ecc1d7da960f135 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Setting.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ecb3cb15071a1a6d785c458130040476)
+ * (GenCodeChecksum:196dea902e132f8ba6ffb8b108ee1996)
  */
 
 /**
@@ -140,6 +140,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'name' => [
           'name' => 'name',
@@ -153,6 +154,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'value' => [
           'name' => 'value',
@@ -165,6 +167,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '4.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -183,6 +186,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -195,6 +199,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.1',
         ],
         'is_domain' => [
           'name' => 'is_domain',
@@ -206,6 +211,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'component_id' => [
           'name' => 'component_id',
@@ -226,6 +232,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.1',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -237,6 +244,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -249,6 +257,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Setting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a05d6dab1035a53430ed18324cfefd25c2cf24ad..eed42f3859b0cd9cd472cec3e8a9ac7bdf708e0f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/StateProvince.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:87314c17f95f8e72c6067d2c6a1892b5)
+ * (GenCodeChecksum:22bfd6264c17c80a3638b9860cb97767)
  */
 
 /**
@@ -105,6 +105,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'entity' => 'StateProvince',
           'bao' => 'CRM_Core_DAO_StateProvince',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -122,6 +123,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'entity' => 'StateProvince',
           'bao' => 'CRM_Core_DAO_StateProvince',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'abbreviation' => [
           'name' => 'abbreviation',
@@ -135,6 +137,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'entity' => 'StateProvince',
           'bao' => 'CRM_Core_DAO_StateProvince',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'country_id' => [
           'name' => 'country_id',
@@ -148,6 +151,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_StateProvince',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Country',
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 93110531973a53165298485b4d889aea850b94ab..471513595b1f13cfc54893fff5d797a16a822f7e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/StatusPreference.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:247c306dde20f79544e92221883dcef5)
+ * (GenCodeChecksum:48ca8492c6febf737281831d72147a38)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -151,6 +152,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.7',
         ],
         'name' => [
           'name' => 'name',
@@ -167,6 +169,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'hush_until' => [
           'name' => 'hush_until',
@@ -181,6 +184,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'ignore_severity' => [
           'name' => 'ignore_severity',
@@ -198,6 +202,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Utils_Check::getSeverityList',
           ],
+          'add' => '4.7',
         ],
         'prefs' => [
           'name' => 'prefs',
@@ -211,6 +216,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'check_info' => [
           'name' => 'check_info',
@@ -224,6 +230,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -236,6 +243,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'entity' => 'StatusPreference',
           'bao' => 'CRM_Core_BAO_StatusPreference',
           'localizable' => 0,
+          'add' => '5.19',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index f3c6e7e0870bcfa41311d578092d9ce8a5217fec..22d57c06a4556e31fd0f84587922e2523c5354bf 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/SystemLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:99bd9a916303fe5167b981e14e05351e)
+ * (GenCodeChecksum:c90dd839d7756d95a85e38cadbcb40c9)
  */
 
 /**
@@ -111,6 +111,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'message' => [
           'name' => 'message',
@@ -125,6 +126,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'context' => [
           'name' => 'context',
@@ -136,6 +138,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'level' => [
           'name' => 'level',
@@ -150,6 +153,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'timestamp' => [
           'name' => 'timestamp',
@@ -162,6 +166,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -173,6 +178,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'hostname' => [
           'name' => 'hostname',
@@ -186,6 +192,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 765daebdeb57dc00b046b461e536f9c1435ff567..09e7ec787d8664acda5bdb832a5b603ce081f233 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Tag.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9aea04911ddc80492007b3217709ba9f)
+ * (GenCodeChecksum:71590516eaae029ef71f6f4b3d7a800d)
  */
 
 /**
@@ -156,6 +156,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -170,6 +171,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -183,6 +185,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -201,6 +204,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
         'is_selectable' => [
           'name' => 'is_selectable',
@@ -213,6 +217,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -224,6 +229,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'is_tagset' => [
           'name' => 'is_tagset',
@@ -235,6 +241,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'used_for' => [
           'name' => 'used_for',
@@ -256,6 +263,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
             'optionGroupName' => 'tag_used_for',
             'optionEditPath' => 'civicrm/admin/options/tag_used_for',
           ],
+          'add' => '3.2',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -268,6 +276,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.4',
         ],
         'color' => [
           'name' => 'color',
@@ -282,6 +291,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -293,6 +303,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
           'localizable' => 0,
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index f8d54e1a8b7be5a9e1bf86c8fd2aff2750f7709f..d2cd010c881b045fbc7c6d158c969306bf535998 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Timezone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0c8797659c05f81eb6f2f2589b5baee4)
+ * (GenCodeChecksum:fc76675346aa5a97d5ce798b9968ee58)
  */
 
 /**
@@ -117,6 +117,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'name' => [
           'name' => 'name',
@@ -130,6 +131,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'abbreviation' => [
           'name' => 'abbreviation',
@@ -143,6 +145,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'gmt' => [
           'name' => 'gmt',
@@ -156,6 +159,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'offset' => [
           'name' => 'offset',
@@ -166,6 +170,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'entity' => 'Timezone',
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'country_id' => [
           'name' => 'country_id',
@@ -179,6 +184,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_Timezone',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Country',
+          'add' => '1.8',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 426d31dd031b062e728c413bcf364e325376fa70..1d5821d996fd3ac0b2c676d4fc288448d53b7e97 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:00cecb109e6a5589dff3c84d3665abfd)
+ * (GenCodeChecksum:a77a2bfe4b288e20b6929fd3a7532850)
  */
 
 /**
@@ -211,6 +211,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'uf_group_id' => [
           'name' => 'uf_group_id',
@@ -232,6 +233,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.1',
         ],
         'field_name' => [
           'name' => 'field_name',
@@ -249,6 +251,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_UFField::getAvailableFieldTitles',
           ],
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -261,6 +264,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_view' => [
           'name' => 'is_view',
@@ -273,6 +277,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_required' => [
           'name' => 'is_required',
@@ -285,6 +290,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'weight' => [
           'name' => 'weight',
@@ -298,6 +304,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -309,6 +316,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 1,
+          'add' => '1.1',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -320,6 +328,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 1,
+          'add' => '3.2',
         ],
         'visibility' => [
           'name' => 'visibility',
@@ -340,6 +349,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::ufVisibility',
           ],
+          'add' => '1.1',
         ],
         'in_selector' => [
           'name' => 'in_selector',
@@ -352,6 +362,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.2',
         ],
         'is_searchable' => [
           'name' => 'is_searchable',
@@ -364,6 +375,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -376,6 +388,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_LocationType',
+          'add' => '1.3',
         ],
         'phone_type_id' => [
           'name' => 'phone_type_id',
@@ -391,6 +404,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
             'optionGroupName' => 'phone_type',
             'optionEditPath' => 'civicrm/admin/options/phone_type',
           ],
+          'add' => '2.2',
         ],
         'website_type_id' => [
           'name' => 'website_type_id',
@@ -406,6 +420,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
             'optionGroupName' => 'website_type',
             'optionEditPath' => 'civicrm/admin/options/website_type',
           ],
+          'add' => '4.5',
         ],
         'label' => [
           'name' => 'label',
@@ -420,6 +435,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 1,
+          'add' => '1.4',
         ],
         'field_type' => [
           'name' => 'field_type',
@@ -433,6 +449,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -444,6 +461,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'is_multi_summary' => [
           'name' => 'is_multi_summary',
@@ -456,6 +474,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 4f4793ce04113f3a0b82d551acecf37358ec8fd5..500525099792d471308d0858245cca8c6731cb83 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a8da7bcb3b3499b21475a73fde62e9ec)
+ * (GenCodeChecksum:acf9d6ef6307d473c8a32775aa8e8e66)
  */
 
 /**
@@ -266,6 +266,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -278,6 +279,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'group_type' => [
           'name' => 'group_type',
@@ -294,6 +296,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_COMMA,
+          'add' => '2.1',
         ],
         'title' => [
           'name' => 'title',
@@ -311,6 +314,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.1',
         ],
         'frontend_title' => [
           'name' => 'frontend_title',
@@ -327,6 +331,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'description' => [
           'name' => 'description',
@@ -343,6 +348,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '4.4',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -359,6 +365,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.2',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -375,6 +382,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.2',
         ],
         'limit_listings_group_id' => [
           'name' => 'limit_listings_group_id',
@@ -387,6 +395,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => '1.4',
         ],
         'post_URL' => [
           'name' => 'post_URL',
@@ -400,6 +409,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'add_to_group_id' => [
           'name' => 'add_to_group_id',
@@ -412,6 +422,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => NULL,
         ],
         'add_captcha' => [
           'name' => 'add_captcha',
@@ -424,6 +435,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'is_map' => [
           'name' => 'is_map',
@@ -436,6 +448,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_edit_link' => [
           'name' => 'is_edit_link',
@@ -448,6 +461,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'is_uf_link' => [
           'name' => 'is_uf_link',
@@ -460,6 +474,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'is_update_dupe' => [
           'name' => 'is_update_dupe',
@@ -472,6 +487,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'cancel_URL' => [
           'name' => 'cancel_URL',
@@ -485,6 +501,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'is_cms_user' => [
           'name' => 'is_cms_user',
@@ -497,6 +514,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'notify' => [
           'name' => 'notify',
@@ -507,6 +525,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -518,6 +537,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'name' => [
           'name' => 'name',
@@ -531,6 +551,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -543,6 +564,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.0',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -554,6 +576,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'is_proximity_search' => [
           'name' => 'is_proximity_search',
@@ -566,6 +589,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'cancel_button_text' => [
           'name' => 'cancel_button_text',
@@ -583,6 +607,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'submit_button_text' => [
           'name' => 'submit_button_text',
@@ -600,6 +625,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'add_cancel_button' => [
           'name' => 'add_cancel_button',
@@ -612,6 +638,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 0,
+          'add' => '5.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d6b9325897b05cdfee8e0631adf67bebb3113a4e..0477c90288ecb2f186a1053c0408bace27f49000 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFJoin.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:159c61f4198faeeae14a9f79948e7509)
+ * (GenCodeChecksum:70a227711539c0b5fdea5349d18e6b7f)
  */
 
 /**
@@ -134,6 +134,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -146,6 +147,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'module' => [
           'name' => 'module',
@@ -160,6 +162,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -176,6 +179,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_UFJoin::entityTables',
           ],
+          'add' => '1.3',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -187,6 +191,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'weight' => [
           'name' => 'weight',
@@ -200,6 +205,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'uf_group_id' => [
           'name' => 'uf_group_id',
@@ -221,6 +227,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.3',
         ],
         'module_data' => [
           'name' => 'module_data',
@@ -233,6 +240,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFJoin',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_JSON,
+          'add' => '4.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c08c89284ea623ee8c616a6609b9cfd9d1631f80..6712ed2c008dab6e55a1a9634e53e0cea069aa08 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFMatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7ce4fe9f5303456e336af537ec214114)
+ * (GenCodeChecksum:4d249265c27fb6dbe50e0589ddfed7d2)
  */
 
 /**
@@ -120,6 +120,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'entity' => 'UFMatch',
           'bao' => 'CRM_Core_BAO_UFMatch',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -138,6 +139,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'uf_id' => [
           'name' => 'uf_id',
@@ -150,6 +152,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'entity' => 'UFMatch',
           'bao' => 'CRM_Core_BAO_UFMatch',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'uf_name' => [
           'name' => 'uf_name',
@@ -163,6 +166,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'entity' => 'UFMatch',
           'bao' => 'CRM_Core_BAO_UFMatch',
           'localizable' => 0,
+          'add' => '1.9.kabissa',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -175,6 +179,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_UFMatch',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'language' => [
           'name' => 'language',
@@ -188,6 +193,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'entity' => 'UFMatch',
           'bao' => 'CRM_Core_BAO_UFMatch',
           'localizable' => 0,
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index cc44bae92496c5514b566ae70fefd1c4b9798a0f..678e898f992c8e209e8704b38aa2296281e4c8c9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Website.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0abd2a4df3623b2f609a209ada2890f5)
+ * (GenCodeChecksum:2b048fb746a5762a6e132fe7b1e8dd07)
  */
 
 /**
@@ -112,6 +112,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'entity' => 'Website',
           'bao' => 'CRM_Core_BAO_Website',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -124,6 +125,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Website',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.2',
         ],
         'url' => [
           'name' => 'url',
@@ -144,6 +146,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'website_type_id' => [
           'name' => 'website_type_id',
@@ -162,6 +165,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
             'optionGroupName' => 'website_type',
             'optionEditPath' => 'civicrm/admin/options/website_type',
           ],
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 6135dcc47333de35bf384322a5fb3589d3085379..42c2051b312249daf57c339a9186984f57ccd119 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/WordReplacement.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7c49ce3c9b6ec6cebff0413535928cbf)
+ * (GenCodeChecksum:d7e1414f899a3bcabd20806508741f55)
  */
 
 /**
@@ -117,6 +117,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'entity' => 'WordReplacement',
           'bao' => 'CRM_Core_BAO_WordReplacement',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'find_word' => [
           'name' => 'find_word',
@@ -130,6 +131,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'entity' => 'WordReplacement',
           'bao' => 'CRM_Core_BAO_WordReplacement',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'replace_word' => [
           'name' => 'replace_word',
@@ -143,6 +145,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'entity' => 'WordReplacement',
           'bao' => 'CRM_Core_BAO_WordReplacement',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -155,6 +158,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'entity' => 'WordReplacement',
           'bao' => 'CRM_Core_BAO_WordReplacement',
           'localizable' => 0,
+          'add' => '4.4',
         ],
         'match_type' => [
           'name' => 'match_type',
@@ -174,6 +178,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getWordReplacementMatchType',
           ],
+          'add' => '4.4',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -191,6 +196,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 8b488e59ca5794b53bfc9ae0a3b6a1e71e3ad7e9..86b740932364db67a97e1dbe16405fe54fcd1193 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Worldregion.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f077b55105d6cbc918a1beddb158fe7d)
+ * (GenCodeChecksum:8045c0ab7f128626a594fbb634e2f169)
  */
 
 /**
@@ -76,6 +76,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'entity' => 'Worldregion',
           'bao' => 'CRM_Core_DAO_Worldregion',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'world_region' => [
           'name' => 'name',
@@ -90,6 +91,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'entity' => 'Worldregion',
           'bao' => 'CRM_Core_DAO_Worldregion',
           'localizable' => 0,
+          'add' => '1.8',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 732c0d03986b1557b0dc567dd09b717d07a81833..f8190512c98e19e7c76ebaf3e4e2451bd89ea091 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Cxn/Cxn.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:efa483cd4f17b2ff7c7444dd888b2369)
+ * (GenCodeChecksum:bafb13cb7901c4f15b5348e2bf9a27b5)
  */
 
 /**
@@ -139,6 +139,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'app_guid' => [
           'name' => 'app_guid',
@@ -152,6 +153,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'app_meta' => [
           'name' => 'app_meta',
@@ -163,6 +165,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'cxn_guid' => [
           'name' => 'cxn_guid',
@@ -176,6 +179,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'secret' => [
           'name' => 'secret',
@@ -187,6 +191,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'perm' => [
           'name' => 'perm',
@@ -198,6 +203,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'options' => [
           'name' => 'options',
@@ -210,6 +216,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_JSON,
+          'add' => '4.6',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -222,6 +229,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -235,6 +243,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -248,6 +257,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'fetched_date' => [
           'name' => 'fetched_date',
@@ -261,6 +271,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
           'localizable' => 0,
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d8321fb5c116c36652b4afe83b4b921021857be6..2d479b45dac46473c0b6dc7551ac4201884a61bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/Exception.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ba60ce547a19bb867543b38a84f4654d)
+ * (GenCodeChecksum:ea7ca2395c6d2d927c35a7241d621cdd)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'entity' => 'Exception',
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'contact_id1' => [
           'name' => 'contact_id1',
@@ -112,6 +113,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'contact_id2' => [
           'name' => 'contact_id2',
@@ -125,6 +127,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 0bc1f003ce32fb2d53605de585ace116a55748d0..df7521454ec10200eaaf3f26cd2203c1b8698835 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/Rule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:78004d786287419f4f322dd22c8e7daa)
+ * (GenCodeChecksum:e218ab6aaed8b58ef6dc189845a36755)
  */
 
 /**
@@ -119,6 +119,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'entity' => 'Rule',
           'bao' => 'CRM_Dedupe_BAO_Rule',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'dedupe_rule_group_id' => [
           'name' => 'dedupe_rule_group_id',
@@ -132,6 +133,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'bao' => 'CRM_Dedupe_BAO_Rule',
           'localizable' => 0,
           'FKClassName' => 'CRM_Dedupe_DAO_RuleGroup',
+          'add' => '1.8',
         ],
         'rule_table' => [
           'name' => 'rule_table',
@@ -146,6 +148,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'entity' => 'Rule',
           'bao' => 'CRM_Dedupe_BAO_Rule',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'rule_field' => [
           'name' => 'rule_field',
@@ -160,6 +163,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'entity' => 'Rule',
           'bao' => 'CRM_Dedupe_BAO_Rule',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'rule_length' => [
           'name' => 'rule_length',
@@ -174,6 +178,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'rule_weight' => [
           'name' => 'rule_weight',
@@ -189,6 +194,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 4717b2f53433e22876e5c8bccbba872e10a8c398..7caf59d70bd9375d206e97dfaae878ee842523ff 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/RuleGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:77493b98b740fced03c2bca0ab28f567)
+ * (GenCodeChecksum:3c21b8b33d8d561b1104318fba0db930)
  */
 
 /**
@@ -111,6 +111,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'contact_type' => [
           'name' => 'contact_type',
@@ -133,6 +134,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.8',
         ],
         'threshold' => [
           'name' => 'threshold',
@@ -148,6 +150,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'used' => [
           'name' => 'used',
@@ -168,6 +171,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getDedupeRuleTypes',
           ],
+          'add' => '4.3',
         ],
         'name' => [
           'name' => 'name',
@@ -181,6 +185,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'title' => [
           'name' => 'title',
@@ -197,6 +202,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -211,6 +217,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 4ccc310b7f0079fa79cb2573c0ec0510eb817bc7..4683add13d075e9cc592939c65552d26cc362063 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Cart/Cart.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ff4dc6dfd849ffb9b89627be860bad2b)
+ * (GenCodeChecksum:c0fdef43850965dce80a73e66caa3ceb)
  */
 
 /**
@@ -96,6 +96,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
           'entity' => 'Cart',
           'bao' => 'CRM_Event_Cart_BAO_Cart',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'user_id' => [
           'name' => 'user_id',
@@ -108,6 +109,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
           'bao' => 'CRM_Event_Cart_BAO_Cart',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.1',
         ],
         'completed' => [
           'name' => 'completed',
@@ -119,6 +121,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
           'entity' => 'Cart',
           'bao' => 'CRM_Event_Cart_BAO_Cart',
           'localizable' => 0,
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 72128e08e257a6f5503e969e466ce79aec2af34c..e10ee7974f4ffdaf43dfbae6c4d4e02a77de9695 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Cart/EventInCart.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:08059cba106ef30473329a642a4edc84)
+ * (GenCodeChecksum:a995a300028b34f7b866a41b2e2b96bf)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'entity' => 'EventInCart',
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'event_id' => [
           'name' => 'event_id',
@@ -111,6 +112,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_DAO_Event',
+          'add' => '4.1',
         ],
         'event_cart_id' => [
           'name' => 'event_cart_id',
@@ -123,6 +125,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_Cart_DAO_Cart',
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a4713572e56ecbc04a954eb3a6620bf7c64c1863..adcf39c5d7aa45f2865139a9bc5dc21aa72f9b5d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Event.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2393c957679f1dc404df661e3575b4c5)
+ * (GenCodeChecksum:331a210ceb36b5e9460705dbfbe71abf)
  */
 
 /**
@@ -568,6 +568,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'event_title' => [
           'name' => 'title',
@@ -587,6 +588,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'summary' => [
           'name' => 'summary',
@@ -603,6 +605,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.7',
         ],
         'event_description' => [
           'name' => 'description',
@@ -619,6 +622,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'event_type_id' => [
           'name' => 'event_type_id',
@@ -638,6 +642,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'optionGroupName' => 'event_type',
             'optionEditPath' => 'civicrm/admin/options/event_type',
           ],
+          'add' => '1.7',
         ],
         'participant_listing_id' => [
           'name' => 'participant_listing_id',
@@ -657,6 +662,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'optionGroupName' => 'participant_listing',
             'optionEditPath' => 'civicrm/admin/options/participant_listing',
           ],
+          'add' => '2.0',
         ],
         'is_public' => [
           'name' => 'is_public',
@@ -672,6 +678,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'event_start_date' => [
           'name' => 'start_date',
@@ -690,6 +697,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.7',
         ],
         'event_end_date' => [
           'name' => 'end_date',
@@ -708,6 +716,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.7',
         ],
         'is_online_registration' => [
           'name' => 'is_online_registration',
@@ -723,6 +732,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'registration_link_text' => [
           'name' => 'registration_link_text',
@@ -739,6 +749,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'registration_start_date' => [
           'name' => 'registration_start_date',
@@ -754,6 +765,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'registration_end_date' => [
           'name' => 'registration_end_date',
@@ -769,6 +781,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'max_participants' => [
           'name' => 'max_participants',
@@ -784,6 +797,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'event_full_text' => [
           'name' => 'event_full_text',
@@ -800,6 +814,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.7',
         ],
         'is_monetary' => [
           'name' => 'is_monetary',
@@ -815,6 +830,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -835,6 +851,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'payment_processor' => [
           'name' => 'payment_processor',
@@ -856,6 +873,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.8',
         ],
         'is_map' => [
           'name' => 'is_map',
@@ -871,6 +889,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -886,6 +905,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'fee_label' => [
           'name' => 'fee_label',
@@ -904,6 +924,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'is_show_location' => [
           'name' => 'is_show_location',
@@ -919,6 +940,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'loc_block_id' => [
           'name' => 'loc_block_id',
@@ -931,6 +953,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_LocBlock',
+          'add' => '2.0',
         ],
         'default_role_id' => [
           'name' => 'default_role_id',
@@ -952,6 +975,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'optionGroupName' => 'participant_role',
             'optionEditPath' => 'civicrm/admin/options/participant_role',
           ],
+          'add' => '2.0',
         ],
         'intro_text' => [
           'name' => 'intro_text',
@@ -968,6 +992,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'footer_text' => [
           'name' => 'footer_text',
@@ -984,6 +1009,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'confirm_title' => [
           'name' => 'confirm_title',
@@ -1001,6 +1027,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'confirm_text' => [
           'name' => 'confirm_text',
@@ -1017,6 +1044,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'confirm_footer_text' => [
           'name' => 'confirm_footer_text',
@@ -1033,6 +1061,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'is_email_confirm' => [
           'name' => 'is_email_confirm',
@@ -1048,6 +1077,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.7',
         ],
         'confirm_email_text' => [
           'name' => 'confirm_email_text',
@@ -1064,6 +1094,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.7',
         ],
         'confirm_from_name' => [
           'name' => 'confirm_from_name',
@@ -1080,6 +1111,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'confirm_from_email' => [
           'name' => 'confirm_from_email',
@@ -1096,6 +1128,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'cc_confirm' => [
           'name' => 'cc_confirm',
@@ -1112,6 +1145,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'bcc_confirm' => [
           'name' => 'bcc_confirm',
@@ -1128,6 +1162,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'default_fee_id' => [
           'name' => 'default_fee_id',
@@ -1139,6 +1174,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'default_discount_fee_id' => [
           'name' => 'default_discount_fee_id',
@@ -1150,6 +1186,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'thankyou_title' => [
           'name' => 'thankyou_title',
@@ -1167,6 +1204,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'thankyou_text' => [
           'name' => 'thankyou_text',
@@ -1183,6 +1221,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'thankyou_footer_text' => [
           'name' => 'thankyou_footer_text',
@@ -1199,6 +1238,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '1.7',
         ],
         'is_pay_later' => [
           'name' => 'is_pay_later',
@@ -1214,6 +1254,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.0',
         ],
         'pay_later_text' => [
           'name' => 'pay_later_text',
@@ -1228,6 +1269,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'RichTextEditor',
           ],
+          'add' => '2.0',
         ],
         'pay_later_receipt' => [
           'name' => 'pay_later_receipt',
@@ -1242,6 +1284,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'is_partial_payment' => [
           'name' => 'is_partial_payment',
@@ -1257,6 +1300,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.3',
         ],
         'initial_amount_label' => [
           'name' => 'initial_amount_label',
@@ -1273,6 +1317,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'initial_amount_help_text' => [
           'name' => 'initial_amount_help_text',
@@ -1287,6 +1332,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'min_initial_amount' => [
           'name' => 'min_initial_amount',
@@ -1305,6 +1351,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'is_multiple_registrations' => [
           'name' => 'is_multiple_registrations',
@@ -1320,6 +1367,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.1',
         ],
         'max_additional_participants' => [
           'name' => 'max_additional_participants',
@@ -1332,6 +1380,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'allow_same_participant_emails' => [
           'name' => 'allow_same_participant_emails',
@@ -1347,6 +1396,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'has_waitlist' => [
           'name' => 'has_waitlist',
@@ -1361,6 +1411,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.0',
         ],
         'requires_approval' => [
           'name' => 'requires_approval',
@@ -1375,6 +1426,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.0',
         ],
         'expiration_time' => [
           'name' => 'expiration_time',
@@ -1389,6 +1441,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'allow_selfcancelxfer' => [
           'name' => 'allow_selfcancelxfer',
@@ -1404,6 +1457,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.7',
         ],
         'selfcancelxfer_time' => [
           'name' => 'selfcancelxfer_time',
@@ -1419,6 +1473,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'waitlist_text' => [
           'name' => 'waitlist_text',
@@ -1435,6 +1490,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.0',
         ],
         'approval_req_text' => [
           'name' => 'approval_req_text',
@@ -1451,6 +1507,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.0',
         ],
         'is_template' => [
           'name' => 'is_template',
@@ -1467,6 +1524,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.0',
         ],
         'template_title' => [
           'name' => 'template_title',
@@ -1486,6 +1544,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.0',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -1498,6 +1557,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.0',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -1509,6 +1569,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'currency' => [
           'name' => 'currency',
@@ -1536,6 +1597,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.3',
         ],
         'campaign_id' => [
           'name' => 'campaign_id',
@@ -1556,6 +1618,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'is_share' => [
           'name' => 'is_share',
@@ -1571,6 +1634,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
         'is_confirm_enabled' => [
           'name' => 'is_confirm_enabled',
@@ -1586,6 +1650,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.5',
         ],
         'parent_event_id' => [
           'name' => 'parent_event_id',
@@ -1601,6 +1666,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '4.1',
         ],
         'slot_label_id' => [
           'name' => 'slot_label_id',
@@ -1616,6 +1682,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '4.1',
         ],
         'dedupe_rule_group_id' => [
           'name' => 'dedupe_rule_group_id',
@@ -1638,6 +1705,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
             'labelColumn' => 'title',
             'nameColumn' => 'name',
           ],
+          'add' => '4.5',
         ],
         'is_billing_required' => [
           'name' => 'is_billing_required',
@@ -1653,6 +1721,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 19117a06468de4dd9ce1b60a87fd68ecd30be17d..09f5bc0a9393665d28339b7a5d622897e33cfb81 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Participant.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b69fa86841b69f5f447c8dbd1b135437)
+ * (GenCodeChecksum:5ae3aa69ac3d004f649038adbf993b8b)
  */
 
 /**
@@ -224,6 +224,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'participant_contact_id' => [
           'name' => 'contact_id',
@@ -240,6 +241,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.7',
         ],
         'event_id' => [
           'name' => 'event_id',
@@ -256,6 +258,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_DAO_Event',
+          'add' => '1.7',
         ],
         'participant_status_id' => [
           'name' => 'status_id',
@@ -281,6 +284,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'label',
           ],
+          'add' => '1.7',
         ],
         'participant_role_id' => [
           'name' => 'role_id',
@@ -306,6 +310,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
             'optionGroupName' => 'participant_role',
             'optionEditPath' => 'civicrm/admin/options/participant_role',
           ],
+          'add' => '1.7',
         ],
         'participant_register_date' => [
           'name' => 'register_date',
@@ -324,6 +329,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.7',
         ],
         'participant_source' => [
           'name' => 'source',
@@ -343,6 +349,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'participant_fee_level' => [
           'name' => 'fee_level',
@@ -359,6 +366,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND,
+          'add' => '1.7',
         ],
         'participant_is_test' => [
           'name' => 'is_test',
@@ -372,6 +380,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'participant_is_pay_later' => [
           'name' => 'is_pay_later',
@@ -386,6 +395,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'participant_fee_amount' => [
           'name' => 'fee_amount',
@@ -405,6 +415,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'participant_registered_by_id' => [
           'name' => 'registered_by_id',
@@ -420,6 +431,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_DAO_Participant',
+          'add' => '2.1',
         ],
         'participant_discount_id' => [
           'name' => 'discount_id',
@@ -433,6 +445,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Discount',
+          'add' => '2.1',
         ],
         'participant_fee_currency' => [
           'name' => 'fee_currency',
@@ -461,6 +474,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.0',
         ],
         'participant_campaign_id' => [
           'name' => 'campaign_id',
@@ -480,6 +494,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'discount_amount' => [
           'name' => 'discount_amount',
@@ -491,6 +506,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'cart_id' => [
           'name' => 'cart_id',
@@ -503,6 +519,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_Cart_DAO_Cart',
+          'add' => '4.1',
         ],
         'must_wait' => [
           'name' => 'must_wait',
@@ -514,6 +531,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'transferred_to_contact_id' => [
           'name' => 'transferred_to_contact_id',
@@ -530,6 +548,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_Participant',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 6150463c466a61e02c71fb59bed4a60f33498a04..b45665ccf3d3f0bc42ceec7354d01a593d233691 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f368164249ac0b81ebd1920d0976ddf2)
+ * (GenCodeChecksum:ad58ecbb570f97b4a2d459d750e8f9b3)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'entity' => 'ParticipantPayment',
           'bao' => 'CRM_Event_BAO_ParticipantPayment',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'participant_id' => [
           'name' => 'participant_id',
@@ -112,6 +113,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_ParticipantPayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Event_DAO_Participant',
+          'add' => '1.7',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -125,6 +127,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'bao' => 'CRM_Event_BAO_ParticipantPayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3e667486b6d1c65ab4b0c6a5a1043972fed5361c..a21a423e1a03bf43def614d85cea7c28924b0724 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantStatusType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:169aa98c17692b3d292aba16450fe51a)
+ * (GenCodeChecksum:ede2497e706ee17bb6dce92b72a2c535)
  */
 
 /**
@@ -125,6 +125,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'participant_status' => [
           'name' => 'name',
@@ -140,6 +141,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'label' => [
           'name' => 'label',
@@ -153,6 +155,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 1,
+          'add' => '3.0',
         ],
         'class' => [
           'name' => 'class',
@@ -172,6 +175,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Event_PseudoConstant::participantStatusClassOptions',
           ],
+          'add' => '3.0',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -183,6 +187,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -195,6 +200,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'is_counted' => [
           'name' => 'is_counted',
@@ -206,6 +212,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'weight' => [
           'name' => 'weight',
@@ -218,6 +225,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'visibility_id' => [
           'name' => 'visibility_id',
@@ -236,6 +244,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
           ],
+          'add' => '3.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index e144840e42d26560ba8289b64c007bb6679079fd..20dff31e7fe39f65831abeb211ddd55307ce3cce 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/Currency.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:37f7754e31fe685b29f1e04a13264253)
+ * (GenCodeChecksum:9141d433586789f5ea9003fdbe9fdf9b)
  */
 
 /**
@@ -97,6 +97,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'entity' => 'Currency',
           'bao' => 'CRM_Financial_DAO_Currency',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'name' => [
           'name' => 'name',
@@ -115,6 +116,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'symbol' => [
           'name' => 'symbol',
@@ -131,6 +133,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'numeric_code' => [
           'name' => 'numeric_code',
@@ -146,6 +149,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'entity' => 'Currency',
           'bao' => 'CRM_Financial_DAO_Currency',
           'localizable' => 0,
+          'add' => '1.9',
         ],
         'full_name' => [
           'name' => 'full_name',
@@ -162,6 +166,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.9',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 6b52e2118821ee7fe74acdb3277454c334fff2c8..a23822f2b408e41cd3ae7db28cc220d32c30592d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/EntityFinancialAccount.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:52f632fb4083dc1e94f1d252a4eeec99)
+ * (GenCodeChecksum:5ed0eeb7d3f5f2caf668448cd441b004)
  */
 
 /**
@@ -113,6 +113,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'entity' => 'EntityFinancialAccount',
           'bao' => 'CRM_Financial_DAO_EntityFinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -129,6 +130,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'entity' => 'EntityFinancialAccount',
           'bao' => 'CRM_Financial_DAO_EntityFinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -141,6 +143,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'entity' => 'EntityFinancialAccount',
           'bao' => 'CRM_Financial_DAO_EntityFinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'account_relationship' => [
           'name' => 'account_relationship',
@@ -160,6 +163,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
             'optionGroupName' => 'account_relationship',
             'optionEditPath' => 'civicrm/admin/options/account_relationship',
           ],
+          'add' => '4.3',
         ],
         'financial_account_id' => [
           'name' => 'financial_account_id',
@@ -181,6 +185,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 2fa8c6eda3b7b1d96f85e43e8c2b825deb891619..b74d080894e941fe4feef6e1cf51db44c6414d87 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/EntityFinancialTrxn.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2654d7bdf6a8a80e13d17a6bb88e2a1a)
+ * (GenCodeChecksum:a4b054ba0fc5a16cd650bda8941690b1)
  */
 
 /**
@@ -109,6 +109,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'entity' => 'EntityFinancialTrxn',
           'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -125,6 +126,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'entity' => 'EntityFinancialTrxn',
           'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -136,6 +138,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'entity' => 'EntityFinancialTrxn',
           'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'financial_trxn_id' => [
           'name' => 'financial_trxn_id',
@@ -147,6 +150,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn',
           'localizable' => 0,
           'FKClassName' => 'CRM_Financial_DAO_FinancialTrxn',
+          'add' => '3.2',
         ],
         'amount' => [
           'name' => 'amount',
@@ -167,6 +171,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'entity' => 'EntityFinancialTrxn',
           'bao' => 'CRM_Financial_DAO_EntityFinancialTrxn',
           'localizable' => 0,
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 8e84e7f5945e9b6c49a3405d217bb7046b8f791b..f6912ae03c1a60e6684e09dcb93f30d993562318 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/FinancialAccount.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:50acc3ed98cf98d333d2fa80d7089577)
+ * (GenCodeChecksum:e9c9d66596703d9dfbf411034ce909c4)
  */
 
 /**
@@ -183,6 +183,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'name' => [
           'name' => 'name',
@@ -197,6 +198,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'financial_account_contact_id' => [
           'name' => 'contact_id',
@@ -209,6 +211,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.3',
         ],
         'financial_account_type_id' => [
           'name' => 'financial_account_type_id',
@@ -229,6 +232,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
             'optionGroupName' => 'financial_account_type',
             'optionEditPath' => 'civicrm/admin/options/financial_account_type',
           ],
+          'add' => '4.3',
         ],
         'accounting_code' => [
           'name' => 'accounting_code',
@@ -243,6 +247,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'account_type_code' => [
           'name' => 'account_type_code',
@@ -257,6 +262,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'description' => [
           'name' => 'description',
@@ -270,6 +276,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -282,6 +289,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
           'FKClassName' => 'CRM_Financial_DAO_FinancialAccount',
+          'add' => '4.3',
         ],
         'is_header_account' => [
           'name' => 'is_header_account',
@@ -294,6 +302,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_deductible' => [
           'name' => 'is_deductible',
@@ -306,6 +315,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_tax' => [
           'name' => 'is_tax',
@@ -318,6 +328,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'tax_rate' => [
           'name' => 'tax_rate',
@@ -333,6 +344,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -344,6 +356,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -355,6 +368,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -366,6 +380,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 21c18d03f97a81a04799d7b61fee481705492e09..055c8a5de18fc7f908cb32d7c1683c5cfe73be07 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/FinancialItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f0c54d50618e54bd122e14fab50402be)
+ * (GenCodeChecksum:4f2e977c0c7c668be342598772b0eb61)
  */
 
 /**
@@ -153,6 +153,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -166,6 +167,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'transaction_date' => [
           'name' => 'transaction_date',
@@ -178,6 +180,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -192,6 +195,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.3',
         ],
         'description' => [
           'name' => 'description',
@@ -205,6 +209,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'amount' => [
           'name' => 'amount',
@@ -224,6 +229,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'currency' => [
           'name' => 'currency',
@@ -248,6 +254,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '4.3',
         ],
         'financial_account_id' => [
           'name' => 'financial_account_id',
@@ -268,6 +275,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -287,6 +295,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
             'optionGroupName' => 'financial_item_status',
             'optionEditPath' => 'civicrm/admin/options/financial_item_status',
           ],
+          'add' => '4.3',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -300,6 +309,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -311,6 +321,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 92382b6cbbb4aa032c99c35a2e962e771bf3653c..47f7ae219782509edf257872a09641c02c00b202 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/FinancialTrxn.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fc57b040c59579f712c08578967559e5)
+ * (GenCodeChecksum:7e2cf7d374cc6e0af61672c0318248b6)
  */
 
 /**
@@ -202,6 +202,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'from_financial_account_id' => [
           'name' => 'from_financial_account_id',
@@ -222,6 +223,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'to_financial_account_id' => [
           'name' => 'to_financial_account_id',
@@ -242,6 +244,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'trxn_date' => [
           'name' => 'trxn_date',
@@ -258,6 +261,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.3',
         ],
         'total_amount' => [
           'name' => 'total_amount',
@@ -274,6 +278,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'fee_amount' => [
           'name' => 'fee_amount',
@@ -289,6 +294,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'net_amount' => [
           'name' => 'net_amount',
@@ -304,6 +310,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'currency' => [
           'name' => 'currency',
@@ -332,6 +339,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '1.3',
         ],
         'is_payment' => [
           'name' => 'is_payment',
@@ -346,6 +354,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'trxn_id' => [
           'name' => 'trxn_id',
@@ -362,6 +371,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.3',
         ],
         'trxn_result_code' => [
           'name' => 'trxn_result_code',
@@ -375,6 +385,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -393,6 +404,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'optionGroupName' => 'contribution_status',
             'optionEditPath' => 'civicrm/admin/options/contribution_status',
           ],
+          'add' => '4.3',
         ],
         'payment_processor_id' => [
           'name' => 'payment_processor_id',
@@ -405,6 +417,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
           'localizable' => 0,
           'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor',
+          'add' => '4.3',
         ],
         'financial_trxn_payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -423,6 +436,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '4.3',
         ],
         'financial_trxn_card_type_id' => [
           'name' => 'card_type_id',
@@ -441,6 +455,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
             'optionGroupName' => 'accept_creditcard',
             'optionEditPath' => 'civicrm/admin/options/accept_creditcard',
           ],
+          'add' => '4.7',
         ],
         'financial_trxn_check_number' => [
           'name' => 'check_number',
@@ -457,6 +472,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'financial_trxn_pan_truncation' => [
           'name' => 'pan_truncation',
@@ -473,6 +489,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'financial_trxn_order_reference' => [
           'name' => 'order_reference',
@@ -489,6 +506,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '5.20',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b7a6784d240006bd64b1cd7e3ed9f29a9b96d5a8..a047fd348e0f1e06224dbd0ba15206c53195f26c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/FinancialType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9ee373312e38ce1a53603685cb99724c)
+ * (GenCodeChecksum:81cc1b7a95feede610081f2066eeb147)
  */
 
 /**
@@ -104,6 +104,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'entity' => 'FinancialType',
           'bao' => 'CRM_Financial_BAO_FinancialType',
           'localizable' => 0,
+          'add' => '1.3',
         ],
         'financial_type' => [
           'name' => 'name',
@@ -126,6 +127,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
             'type' => 'Text',
             'label' => ts("Name"),
           ],
+          'add' => '1.3',
         ],
         'description' => [
           'name' => 'description',
@@ -143,6 +145,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
             'type' => 'TextArea',
             'label' => ts("Description"),
           ],
+          'add' => '1.3',
         ],
         'is_deductible' => [
           'name' => 'is_deductible',
@@ -159,6 +162,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
             'type' => 'CheckBox',
             'label' => ts("Tax-Deductible?"),
           ],
+          'add' => '1.3',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -174,6 +178,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
             'type' => 'CheckBox',
             'label' => ts("Reserved?"),
           ],
+          'add' => '1.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -189,6 +194,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
             'type' => 'CheckBox',
             'label' => ts("Enabled?"),
           ],
+          'add' => '1.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index efc354510fcdcdf229fe136149f32d3277912554..6122a230769bb9355b21a174b996574ef224fdae 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/PaymentProcessor.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5ed40da0dfabffcfec0b61650d63dd27)
+ * (GenCodeChecksum:625ab4ba983447ea3e236b48491eeed6)
  */
 
 /**
@@ -219,6 +219,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -237,6 +238,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'name' => [
           'name' => 'name',
@@ -253,6 +255,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'title' => [
           'name' => 'title',
@@ -269,6 +272,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '5.13',
         ],
         'description' => [
           'name' => 'description',
@@ -285,6 +289,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'payment_processor_type_id' => [
           'name' => 'payment_processor_type_id',
@@ -302,6 +307,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '4.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -314,6 +320,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -326,6 +333,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_test' => [
           'name' => 'is_test',
@@ -338,6 +346,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'user_name' => [
           'name' => 'user_name',
@@ -353,6 +362,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'password' => [
           'name' => 'password',
@@ -368,6 +378,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Password',
           ],
+          'add' => '1.8',
         ],
         'signature' => [
           'name' => 'signature',
@@ -383,6 +394,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'url_site' => [
           'name' => 'url_site',
@@ -398,6 +410,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'url_api' => [
           'name' => 'url_api',
@@ -413,6 +426,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'url_recur' => [
           'name' => 'url_recur',
@@ -428,6 +442,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'url_button' => [
           'name' => 'url_button',
@@ -443,6 +458,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'subject' => [
           'name' => 'subject',
@@ -458,6 +474,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'class_name' => [
           'name' => 'class_name',
@@ -470,6 +487,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'billing_mode' => [
           'name' => 'billing_mode',
@@ -482,6 +500,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_recur' => [
           'name' => 'is_recur',
@@ -493,6 +512,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'payment_type' => [
           'name' => 'payment_type',
@@ -505,6 +525,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -521,6 +542,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '4.7',
         ],
         'accepted_credit_cards' => [
           'name' => 'accepted_credit_cards',
@@ -534,6 +556,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_JSON,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c58f71dd52d8b79ed101fd9ef3c05602c91e8aed..c942177b367865aecc76888cb820f6f5685e1c4e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5df657121babe9100c41c72eecb72181)
+ * (GenCodeChecksum:b57486d319cf2c2022b7447a6c53c199)
  */
 
 /**
@@ -197,6 +197,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'name' => [
           'name' => 'name',
@@ -211,6 +212,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'title' => [
           'name' => 'title',
@@ -225,6 +227,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'description' => [
           'name' => 'description',
@@ -238,6 +241,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -250,6 +254,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -262,6 +267,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'user_name_label' => [
           'name' => 'user_name_label',
@@ -274,6 +280,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'password_label' => [
           'name' => 'password_label',
@@ -286,6 +293,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'signature_label' => [
           'name' => 'signature_label',
@@ -298,6 +306,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'subject_label' => [
           'name' => 'subject_label',
@@ -310,6 +319,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'class_name' => [
           'name' => 'class_name',
@@ -323,6 +333,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_site_default' => [
           'name' => 'url_site_default',
@@ -335,6 +346,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_api_default' => [
           'name' => 'url_api_default',
@@ -347,6 +359,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_recur_default' => [
           'name' => 'url_recur_default',
@@ -359,6 +372,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_button_default' => [
           'name' => 'url_button_default',
@@ -371,6 +385,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_site_test_default' => [
           'name' => 'url_site_test_default',
@@ -383,6 +398,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_api_test_default' => [
           'name' => 'url_api_test_default',
@@ -395,6 +411,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_recur_test_default' => [
           'name' => 'url_recur_test_default',
@@ -407,6 +424,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'url_button_test_default' => [
           'name' => 'url_button_test_default',
@@ -419,6 +437,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'billing_mode' => [
           'name' => 'billing_mode',
@@ -437,6 +456,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::billingMode',
           ],
+          'add' => '1.8',
         ],
         'is_recur' => [
           'name' => 'is_recur',
@@ -448,6 +468,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'payment_type' => [
           'name' => 'payment_type',
@@ -460,6 +481,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
           'localizable' => 0,
+          'add' => '3.0',
         ],
         'payment_instrument_id' => [
           'name' => 'payment_instrument_id',
@@ -476,6 +498,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 61eed66d5c4926796789764588f3fdad23ba7dc5..363de403c2403651b0d686675a3ca2e0a3b8c777 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/PaymentToken.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:720f0e7cb082e98a9ec58b94de532db3)
+ * (GenCodeChecksum:c135e4bffc93086e83c082bbebc84372)
  */
 
 /**
@@ -168,6 +168,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -181,6 +182,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.6',
         ],
         'payment_processor_id' => [
           'name' => 'payment_processor_id',
@@ -193,6 +195,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
           'FKClassName' => 'CRM_Financial_DAO_PaymentProcessor',
+          'add' => '4.6',
         ],
         'token' => [
           'name' => 'token',
@@ -207,6 +210,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -219,6 +223,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -231,6 +236,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.6',
         ],
         'expiry_date' => [
           'name' => 'expiry_date',
@@ -242,6 +248,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'email' => [
           'name' => 'email',
@@ -255,6 +262,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'billing_first_name' => [
           'name' => 'billing_first_name',
@@ -268,6 +276,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'billing_middle_name' => [
           'name' => 'billing_middle_name',
@@ -281,6 +290,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'billing_last_name' => [
           'name' => 'billing_last_name',
@@ -294,6 +304,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'masked_account_number' => [
           'name' => 'masked_account_number',
@@ -307,6 +318,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'ip_address' => [
           'name' => 'ip_address',
@@ -320,6 +332,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
           'localizable' => 0,
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 62d6fa992a2786c5aef799c3d9c1bde9691a0de0..854c5f5de78a03f2a7f5f1053463613ec5356209 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Friend/Friend.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b414251f70114c81d45e699531a109af)
+ * (GenCodeChecksum:ed3cb6458bdc4ee011d6b30baa9e24ff)
  */
 
 /**
@@ -143,6 +143,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -157,6 +158,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -169,6 +171,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'entity' => 'Friend',
           'bao' => 'CRM_Friend_BAO_Friend',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'title' => [
           'name' => 'title',
@@ -184,6 +187,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'intro' => [
           'name' => 'intro',
@@ -198,6 +202,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'suggested_message' => [
           'name' => 'suggested_message',
@@ -212,6 +217,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'general_link' => [
           'name' => 'general_link',
@@ -230,6 +236,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'thankyou_title' => [
           'name' => 'thankyou_title',
@@ -246,6 +253,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'thankyou_text' => [
           'name' => 'thankyou_text',
@@ -260,6 +268,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.0',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -273,6 +282,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1531415e3beb93137cf9786f7fe07bd6c12e5ccc..fa8dd9d09fc54e47319e22406669aecdc199412d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Grant/Grant.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7c259bc89c2ee91302a9bd188f6cc3db)
+ * (GenCodeChecksum:b09a04b8edb982e838510dfb9d7dbc35)
  */
 
 /**
@@ -192,6 +192,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'entity' => 'Grant',
           'bao' => 'CRM_Grant_BAO_Grant',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'grant_contact_id' => [
           'name' => 'contact_id',
@@ -209,6 +210,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.8',
         ],
         'grant_application_received_date' => [
           'name' => 'application_received_date',
@@ -226,6 +228,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.8',
         ],
         'grant_decision_date' => [
           'name' => 'decision_date',
@@ -243,6 +246,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.8',
         ],
         'grant_money_transfer_date' => [
           'name' => 'money_transfer_date',
@@ -260,6 +264,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.8',
         ],
         'grant_due_date' => [
           'name' => 'grant_due_date',
@@ -277,6 +282,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.8',
         ],
         'grant_report_received' => [
           'name' => 'grant_report_received',
@@ -293,6 +299,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'grant_type_id' => [
           'name' => 'grant_type_id',
@@ -313,6 +320,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'optionGroupName' => 'grant_type',
             'optionEditPath' => 'civicrm/admin/options/grant_type',
           ],
+          'add' => '1.8',
         ],
         'amount_total' => [
           'name' => 'amount_total',
@@ -335,6 +343,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'amount_requested' => [
           'name' => 'amount_requested',
@@ -354,6 +363,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'amount_granted' => [
           'name' => 'amount_granted',
@@ -375,6 +385,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'currency' => [
           'name' => 'currency',
@@ -399,6 +410,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'rationale' => [
           'name' => 'rationale',
@@ -417,6 +429,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'grant_status_id' => [
           'name' => 'status_id',
@@ -438,6 +451,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'optionGroupName' => 'grant_status',
             'optionEditPath' => 'civicrm/admin/options/grant_status',
           ],
+          'add' => '1.8',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -456,6 +470,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1115c4387afbcf76b9e64eb97222289d6d76be68..1e6c539e5dc127bbc041d0e096fbbf7eb8210a15 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/BouncePattern.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:265a74c7d2cd07b11d0b43bf91e0fe62)
+ * (GenCodeChecksum:e36e2c40e59bfe04998b2e4e216724b6)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'entity' => 'BouncePattern',
           'bao' => 'CRM_Mailing_BAO_BouncePattern',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'bounce_type_id' => [
           'name' => 'bounce_type_id',
@@ -113,6 +114,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => NULL,
         ],
         'pattern' => [
           'name' => 'pattern',
@@ -126,6 +128,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'entity' => 'BouncePattern',
           'bao' => 'CRM_Mailing_BAO_BouncePattern',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index ee309df2528282d6f62bb1e534c235531cc2b569..9bb3db18070b5b55a033c3451a9a831120b52d11 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/BounceType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3870b655b29d0264bd4915d3c93a3018)
+ * (GenCodeChecksum:b2b6ab45aa6fed676d81a68651f0bf93)
  */
 
 /**
@@ -87,6 +87,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'name' => [
           'name' => 'name',
@@ -101,6 +102,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'description' => [
           'name' => 'description',
@@ -114,6 +116,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'hold_threshold' => [
           'name' => 'hold_threshold',
@@ -126,6 +129,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'entity' => 'BounceType',
           'bao' => 'CRM_Mailing_DAO_BounceType',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1d6246e2459f9c6b7c6fd8f1e3dc51559d3b54ef..e89653ee93180a84d4e0a33f91a3e66d3ed42c42 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Mailing.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f1550e9f33a11dda97195455557f3035)
+ * (GenCodeChecksum:bfcc85d4eb2bab05f214dd946e5fdef6)
  */
 
 /**
@@ -390,6 +390,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -407,6 +408,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.4',
         ],
         'header_id' => [
           'name' => 'header_id',
@@ -425,6 +427,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'labelColumn' => 'name',
             'condition' => 'component_type = "Header"',
           ],
+          'add' => NULL,
         ],
         'footer_id' => [
           'name' => 'footer_id',
@@ -443,6 +446,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'labelColumn' => 'name',
             'condition' => 'component_type = "Footer"',
           ],
+          'add' => NULL,
         ],
         'reply_id' => [
           'name' => 'reply_id',
@@ -455,6 +459,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingComponent',
+          'add' => NULL,
         ],
         'unsubscribe_id' => [
           'name' => 'unsubscribe_id',
@@ -467,6 +472,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingComponent',
+          'add' => NULL,
         ],
         'resubscribe_id' => [
           'name' => 'resubscribe_id',
@@ -477,6 +483,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'optout_id' => [
           'name' => 'optout_id',
@@ -489,6 +496,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingComponent',
+          'add' => NULL,
         ],
         'mailing_name' => [
           'name' => 'name',
@@ -505,6 +513,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'mailing_type' => [
           'name' => 'mailing_type',
@@ -524,6 +533,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_PseudoConstant::mailingTypes',
           ],
+          'add' => '4.6',
         ],
         'from_name' => [
           'name' => 'from_name',
@@ -540,6 +550,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'from_email' => [
           'name' => 'from_email',
@@ -556,6 +567,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'replyto_email' => [
           'name' => 'replyto_email',
@@ -572,6 +584,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'template_type' => [
           'name' => 'template_type',
@@ -590,6 +603,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_BAO_Mailing::getTemplateTypeNames',
           ],
+          'add' => NULL,
         ],
         'template_options' => [
           'name' => 'template_options',
@@ -601,6 +615,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'subject' => [
           'name' => 'subject',
@@ -617,6 +632,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'body_text' => [
           'name' => 'body_text',
@@ -628,6 +644,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'body_html' => [
           'name' => 'body_html',
@@ -639,6 +656,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'url_tracking' => [
           'name' => 'url_tracking',
@@ -653,6 +671,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'forward_replies' => [
           'name' => 'forward_replies',
@@ -667,6 +686,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'auto_responder' => [
           'name' => 'auto_responder',
@@ -681,6 +701,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'open_tracking' => [
           'name' => 'open_tracking',
@@ -692,6 +713,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'is_completed' => [
           'name' => 'is_completed',
@@ -706,6 +728,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'msg_template_id' => [
           'name' => 'msg_template_id',
@@ -718,6 +741,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_MessageTemplate',
+          'add' => NULL,
         ],
         'override_verp' => [
           'name' => 'override_verp',
@@ -733,6 +757,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -745,6 +770,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -762,6 +788,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '3.0',
         ],
         'mailing_modified_date' => [
           'name' => 'modified_date',
@@ -776,6 +803,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'scheduled_id' => [
           'name' => 'scheduled_id',
@@ -788,6 +816,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'scheduled_date' => [
           'name' => 'scheduled_date',
@@ -805,6 +834,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '3.3',
         ],
         'approver_id' => [
           'name' => 'approver_id',
@@ -817,6 +847,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'approval_date' => [
           'name' => 'approval_date',
@@ -834,6 +865,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '3.3',
         ],
         'approval_status_id' => [
           'name' => 'approval_status_id',
@@ -852,6 +884,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'optionGroupName' => 'mail_approval_status',
             'optionEditPath' => 'civicrm/admin/options/mail_approval_status',
           ],
+          'add' => '3.3',
         ],
         'approval_note' => [
           'name' => 'approval_note',
@@ -866,6 +899,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'is_archived' => [
           'name' => 'is_archived',
@@ -881,6 +915,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'visibility' => [
           'name' => 'visibility',
@@ -901,6 +936,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupVisibility',
           ],
+          'add' => '3.3',
         ],
         'campaign_id' => [
           'name' => 'campaign_id',
@@ -921,6 +957,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
         'dedupe_email' => [
           'name' => 'dedupe_email',
@@ -936,6 +973,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
         'sms_provider_id' => [
           'name' => 'sms_provider_id',
@@ -950,6 +988,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '4.2',
         ],
         'hash' => [
           'name' => 'hash',
@@ -963,6 +1002,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
           'localizable' => 0,
+          'add' => '4.5',
         ],
         'location_type_id' => [
           'name' => 'location_type_id',
@@ -980,6 +1020,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
           ],
+          'add' => '4.6',
         ],
         'email_selection_method' => [
           'name' => 'email_selection_method',
@@ -997,6 +1038,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::emailSelectMethods',
           ],
+          'add' => '4.6',
         ],
         'language' => [
           'name' => 'language',
@@ -1018,6 +1060,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/languages',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 3a34d2739c687ce5996cf1f6855313f3b52bca48..ef5d50908cb945baffe858a9db5a86a1b017a463 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/MailingAB.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:afe07cb9f1839c37e7511949fc1f0bdc)
+ * (GenCodeChecksum:81b75b4631b20b4bf2b7ab0bf1a0f286)
  */
 
 /**
@@ -166,6 +166,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'name' => [
           'name' => 'name',
@@ -179,6 +180,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'status' => [
           'name' => 'status',
@@ -195,6 +197,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_PseudoConstant::abStatus',
           ],
+          'add' => '4.6',
         ],
         'mailing_id_a' => [
           'name' => 'mailing_id_a',
@@ -206,6 +209,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'mailing_id_b' => [
           'name' => 'mailing_id_b',
@@ -217,6 +221,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'mailing_id_c' => [
           'name' => 'mailing_id_c',
@@ -228,6 +233,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -240,6 +246,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'testing_criteria' => [
           'name' => 'testing_criteria',
@@ -255,6 +262,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_PseudoConstant::abTestCriteria',
           ],
+          'add' => '4.6',
         ],
         'winner_criteria' => [
           'name' => 'winner_criteria',
@@ -270,6 +278,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_PseudoConstant::abWinnerCriteria',
           ],
+          'add' => '4.6',
         ],
         'specific_url' => [
           'name' => 'specific_url',
@@ -283,6 +292,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'declare_winning_time' => [
           'name' => 'declare_winning_time',
@@ -294,6 +304,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'group_percentage' => [
           'name' => 'group_percentage',
@@ -304,6 +315,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
+          'add' => '4.6',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -316,6 +328,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_MailingAB',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.6',
         ],
         'created_date' => [
           'name' => 'created_date',
@@ -332,6 +345,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 77ddbcecfd58acf1144152e46820c8df8e50cd32..cd35b7cce0d38c183c18ac7d54c6f07d772da54b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/MailingComponent.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0a36b87bc4baaec899f666c22187a071)
+ * (GenCodeChecksum:1d0efc3e5ba8dcd6d6bbc422877b86b4)
  */
 
 /**
@@ -113,6 +113,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'name' => [
           'name' => 'name',
@@ -126,6 +127,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'component_type' => [
           'name' => 'component_type',
@@ -145,6 +147,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::mailingComponents',
           ],
+          'add' => NULL,
         ],
         'subject' => [
           'name' => 'subject',
@@ -157,6 +160,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'body_html' => [
           'name' => 'body_html',
@@ -173,6 +177,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => NULL,
         ],
         'body_text' => [
           'name' => 'body_text',
@@ -189,6 +194,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => NULL,
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -201,6 +207,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -212,6 +219,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index ae7559af38217fc6050b16e8fb3931d9732f30b4..6c1822212c9603dce4e4cded3433370989cf21e8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/MailingGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2cb7030bb80525d10031c1d8d524c4a6)
+ * (GenCodeChecksum:1869c2f625f9a35820d1342217bd7feb)
  */
 
 /**
@@ -124,6 +124,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'mailing_id' => [
           'name' => 'mailing_id',
@@ -137,6 +138,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_Mailing',
+          'add' => NULL,
         ],
         'group_type' => [
           'name' => 'group_type',
@@ -156,6 +158,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getMailingGroupTypes',
           ],
+          'add' => NULL,
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -173,6 +176,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Mailing_BAO_Mailing::mailingGroupEntityTables',
           ],
+          'add' => NULL,
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -185,6 +189,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'search_id' => [
           'name' => 'search_id',
@@ -196,6 +201,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'search_args' => [
           'name' => 'search_args',
@@ -207,6 +213,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 874f22491a2b0751792c009d1d4cd9dd8f66d56b..f803973e1b93bdcc0c2b8896c3627ad3dd005e1a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/MailingJob.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6f300d432494c6b7df0480c1768290c8)
+ * (GenCodeChecksum:b84e3c6e86ddabfe04066d742f5c0ca5)
  */
 
 /**
@@ -152,6 +152,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'entity' => 'MailingJob',
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'mailing_id' => [
           'name' => 'mailing_id',
@@ -165,6 +166,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_Mailing',
+          'add' => NULL,
         ],
         'scheduled_date' => [
           'name' => 'scheduled_date',
@@ -182,6 +184,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => NULL,
         ],
         'mailing_job_start_date' => [
           'name' => 'start_date',
@@ -200,6 +203,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => NULL,
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -217,6 +221,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => NULL,
         ],
         'mailing_job_status' => [
           'name' => 'status',
@@ -236,6 +241,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getMailingJobStatus',
           ],
+          'add' => NULL,
         ],
         'is_test' => [
           'name' => 'is_test',
@@ -248,6 +254,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'entity' => 'MailingJob',
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
+          'add' => '1.9',
         ],
         'job_type' => [
           'name' => 'job_type',
@@ -261,6 +268,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'entity' => 'MailingJob',
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -274,6 +282,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingJob',
+          'add' => '3.3',
         ],
         'job_offset' => [
           'name' => 'job_offset',
@@ -286,6 +295,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'entity' => 'MailingJob',
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'job_limit' => [
           'name' => 'job_limit',
@@ -298,6 +308,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'entity' => 'MailingJob',
           'bao' => 'CRM_Mailing_BAO_MailingJob',
           'localizable' => 0,
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 8fd1037b84023b841e077a006862cbf58b58c77d..d3511d4ab73dfbc4b40247dfceb9c142901725ec 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Recipients.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a41f54cef4cdf0fe50f59ecc7a52cdee)
+ * (GenCodeChecksum:589a6adc830c8f9197b5123e08b63ba3)
  */
 
 /**
@@ -112,6 +112,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'entity' => 'Recipients',
           'bao' => 'CRM_Mailing_BAO_Recipients',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'mailing_id' => [
           'name' => 'mailing_id',
@@ -125,6 +126,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Recipients',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_Mailing',
+          'add' => NULL,
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -138,6 +140,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Recipients',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'email_id' => [
           'name' => 'email_id',
@@ -151,6 +154,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Recipients',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => NULL,
         ],
         'phone_id' => [
           'name' => 'phone_id',
@@ -164,6 +168,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Recipients',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Phone',
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index dc3cfe528476ff1896f092dc27620900c4105264..d33871b7b72c521bd70a26ebe589dcfd5782bb9f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Spool.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:96b1fb5521e4495353d74a3017db6a73)
+ * (GenCodeChecksum:8e8346020e4f3174bc4c4c2e87d8e136)
  */
 
 /**
@@ -123,6 +123,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'job_id' => [
           'name' => 'job_id',
@@ -136,6 +137,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingJob',
+          'add' => NULL,
         ],
         'recipient_email' => [
           'name' => 'recipient_email',
@@ -147,6 +149,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'headers' => [
           'name' => 'headers',
@@ -158,6 +161,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'body' => [
           'name' => 'body',
@@ -169,6 +173,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'added_at' => [
           'name' => 'added_at',
@@ -182,6 +187,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'removed_at' => [
           'name' => 'removed_at',
@@ -195,6 +201,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 4bab8702ef9c54c8d6e235c61c826c615de303d0..771c0e469e1750b0079ec6251ef04a15be321f21 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/TrackableURL.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d6ed69fd6ed6a2344ce2349f1c56889f)
+ * (GenCodeChecksum:6436cc3cfd3b7a43b468c5372ec081be)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'entity' => 'TrackableURL',
           'bao' => 'CRM_Mailing_BAO_TrackableURL',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'url' => [
           'name' => 'url',
@@ -107,6 +108,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'entity' => 'TrackableURL',
           'bao' => 'CRM_Mailing_BAO_TrackableURL',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'mailing_id' => [
           'name' => 'mailing_id',
@@ -120,6 +122,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_TrackableURL',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_Mailing',
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index ec5166c919a7af54dbccf516ccf98174bef22d11..b21631b738695dd2136bcb496f57a8dbc88353e5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Bounce.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:730596183ae4efba185b7a5ad20fd7d6)
+ * (GenCodeChecksum:ca3431a45bad00b42a6bf347338041ed)
  */
 
 /**
@@ -109,6 +109,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'entity' => 'Bounce',
           'bao' => 'CRM_Mailing_Event_BAO_Bounce',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -122,6 +123,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Bounce',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'bounce_type_id' => [
           'name' => 'bounce_type_id',
@@ -141,6 +143,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => NULL,
         ],
         'bounce_reason' => [
           'name' => 'bounce_reason',
@@ -154,6 +157,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'entity' => 'Bounce',
           'bao' => 'CRM_Mailing_Event_BAO_Bounce',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -167,6 +171,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'entity' => 'Bounce',
           'bao' => 'CRM_Mailing_Event_BAO_Bounce',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5d974c31a8835af9142d40637265aa59dc1eb6d7..bdde918922219e084572dce45dfad62c0cd4fa76 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Confirm.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:801236eec78c2079b4a35e3f6d097eef)
+ * (GenCodeChecksum:01729079bec5be7346678447b6cf2844)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'entity' => 'Confirm',
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_subscribe_id' => [
           'name' => 'event_subscribe_id',
@@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Subscribe',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'entity' => 'Confirm',
           'bao' => 'CRM_Mailing_Event_BAO_Confirm',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1616e3726dfb8433e0df4f93b32088502b2abade..1adada28bcb1a6f3a964ac383a67181c61d1b848 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Delivered.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8c36caf8d0b3d93b6ecc08db039309e4)
+ * (GenCodeChecksum:ced38ed0f599efdc44cca8dad6049d8c)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'entity' => 'Delivered',
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'entity' => 'Delivered',
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index fc0d2c79448dd065b523ddb252c7ec2ae7c6b8d2..d5bdfbf7ec1b7f67113387a89879cb672c8d6eab 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Forward.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9a9500f955376ac43ed4cd941eb8e47d)
+ * (GenCodeChecksum:ea0e4a784e682347d7320337cb5bc1ac)
  */
 
 /**
@@ -103,6 +103,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'entity' => 'Forward',
           'bao' => 'CRM_Mailing_Event_BAO_Forward',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -116,6 +117,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Forward',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'dest_queue_id' => [
           'name' => 'dest_queue_id',
@@ -128,6 +130,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Forward',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -141,6 +144,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'entity' => 'Forward',
           'bao' => 'CRM_Mailing_Event_BAO_Forward',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5577350beb78497b44688d22450e54f0af61f266..15b5e0394ea3fd32933ba439d25e9f22fa8d3f8c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Opened.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2dc61dd49b47eef791905aafc1ba6ee4)
+ * (GenCodeChecksum:8c6c5978fae73802fbd9984ef51a2576)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'entity' => 'Opened',
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'entity' => 'Opened',
           'bao' => 'CRM_Mailing_Event_BAO_Opened',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c5fe27ba2a3727d32c45051acd43e3fbb31a0784..40f075d0b363775123c09961c2b921cfbc472117 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Queue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3c7d41d69880cdcac21a45499b412db7)
+ * (GenCodeChecksum:316f29677ad04a5347bfd30cd60f474e)
  */
 
 /**
@@ -119,6 +119,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'entity' => 'Queue',
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'job_id' => [
           'name' => 'job_id',
@@ -132,6 +133,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_MailingJob',
+          'add' => NULL,
         ],
         'email_id' => [
           'name' => 'email_id',
@@ -145,6 +147,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => NULL,
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -158,6 +161,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'hash' => [
           'name' => 'hash',
@@ -172,6 +176,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'entity' => 'Queue',
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'phone_id' => [
           'name' => 'phone_id',
@@ -185,6 +190,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Queue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Phone',
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index f646098c8abd6ede73e03e982cab640194ef2c0a..687cd8b30c455e6bc514511505ba1bad494ca081 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Reply.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3598974beede4fd0cdcfeab1422dc465)
+ * (GenCodeChecksum:a8246c6739f95a8e25d17ddebe882db7)
  */
 
 /**
@@ -95,6 +95,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO {
           'entity' => 'Reply',
           'bao' => 'CRM_Mailing_Event_BAO_Reply',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -108,6 +109,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Reply',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -121,6 +123,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO {
           'entity' => 'Reply',
           'bao' => 'CRM_Mailing_Event_BAO_Reply',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 31d8814d92f1ebfe1c3c18d5af7253714510396c..97e420d72bc92dbf5fca12025a6dcc51706da3e3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Subscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:97eb613e24b342aeb86b6e82b740ce7c)
+ * (GenCodeChecksum:acb361992fd2db48c82ee7b13f8b7cf4)
  */
 
 /**
@@ -110,6 +110,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'entity' => 'Subscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -131,6 +132,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => NULL,
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -144,6 +146,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => NULL,
         ],
         'hash' => [
           'name' => 'hash',
@@ -158,6 +161,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'entity' => 'Subscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -171,6 +175,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'entity' => 'Subscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Subscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index c7e056c2ae2df6a687c80a996dbc1ed52e1ab69a..07af2524c7d9e2f6f23dc4ed969883db9f78b0bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/TrackableURLOpen.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:958934aa3faffa4fb0de8d6c178b428a)
+ * (GenCodeChecksum:7d55cf77c7be3a81666b51aaa55c6358)
  */
 
 /**
@@ -103,6 +103,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'entity' => 'TrackableURLOpen',
           'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -116,6 +117,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'trackable_url_id' => [
           'name' => 'trackable_url_id',
@@ -129,6 +131,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_TrackableURL',
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -142,6 +145,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'entity' => 'TrackableURLOpen',
           'bao' => 'CRM_Mailing_Event_BAO_TrackableURLOpen',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5cdd8bb4d2aadeb09180cb5e2f2617a62d106113..9448593d04146e352e8769ff1ef60a58fa2e76e9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Unsubscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b7ec3c7157b019ce2783d5d0b369690c)
+ * (GenCodeChecksum:d16e98421cdacbf5ad1b5542810fca6c)
  */
 
 /**
@@ -102,6 +102,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'entity' => 'Unsubscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
@@ -115,6 +116,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'add' => NULL,
         ],
         'org_unsubscribe' => [
           'name' => 'org_unsubscribe',
@@ -127,6 +129,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'entity' => 'Unsubscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'time_stamp' => [
           'name' => 'time_stamp',
@@ -140,6 +143,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'entity' => 'Unsubscribe',
           'bao' => 'CRM_Mailing_Event_BAO_Unsubscribe',
           'localizable' => 0,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index abe74c5c1a6c4dc2719a59c3f361d4110d696d90..712b6b2cb44fc4aee6f244598da776ef14b60167 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/Membership.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e4d8c3cad5d344630c65f778238f1e27)
+ * (GenCodeChecksum:5767971ac9cef7be4adcdbb306b72a74)
  */
 
 /**
@@ -198,6 +198,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'entity' => 'Membership',
           'bao' => 'CRM_Member_BAO_Membership',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'membership_contact_id' => [
           'name' => 'contact_id',
@@ -218,6 +219,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.5',
         ],
         'membership_type_id' => [
           'name' => 'membership_type_id',
@@ -243,6 +245,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.5',
         ],
         'membership_join_date' => [
           'name' => 'join_date',
@@ -262,6 +265,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.5',
         ],
         'membership_start_date' => [
           'name' => 'start_date',
@@ -281,6 +285,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.5',
         ],
         'membership_end_date' => [
           'name' => 'end_date',
@@ -300,6 +305,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.5',
         ],
         'membership_source' => [
           'name' => 'source',
@@ -318,6 +324,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -342,6 +349,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'label',
           ],
+          'add' => '1.5',
         ],
         'member_is_override' => [
           'name' => 'is_override',
@@ -359,6 +367,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.5',
         ],
         'status_override_end_date' => [
           'name' => 'status_override_end_date',
@@ -376,6 +385,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '4.7',
         ],
         'owner_membership_id' => [
           'name' => 'owner_membership_id',
@@ -389,6 +399,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_Membership',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_Membership',
+          'add' => '1.7',
         ],
         'max_related' => [
           'name' => 'max_related',
@@ -404,6 +415,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'member_is_test' => [
           'name' => 'is_test',
@@ -421,6 +433,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'member_is_pay_later' => [
           'name' => 'is_pay_later',
@@ -438,6 +451,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.1',
         ],
         'membership_recur_id' => [
           'name' => 'contribution_recur_id',
@@ -451,6 +465,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_Membership',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_ContributionRecur',
+          'add' => '3.3',
         ],
         'member_campaign_id' => [
           'name' => 'campaign_id',
@@ -473,6 +488,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 56391eba4fe516bd1c03f99c380f16393d3964c3..36b91c2eae02ac4eab1ee3ae16e0651af583f9ea 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipBlock.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:becab4023b8e0c9d10b2081b7002467d)
+ * (GenCodeChecksum:317a1eb3c0a67ffe4662f939a0b1fb69)
  */
 
 /**
@@ -169,6 +169,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -182,6 +183,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -195,6 +197,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_ContributionPage',
+          'add' => '1.5',
         ],
         'membership_types' => [
           'name' => 'membership_types',
@@ -209,6 +212,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '1.5',
         ],
         'membership_type_default' => [
           'name' => 'membership_type_default',
@@ -221,6 +225,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_MembershipType',
+          'add' => '1.5',
         ],
         'display_min_fee' => [
           'name' => 'display_min_fee',
@@ -233,6 +238,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_separate_payment' => [
           'name' => 'is_separate_payment',
@@ -245,6 +251,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'new_title' => [
           'name' => 'new_title',
@@ -258,6 +265,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'new_text' => [
           'name' => 'new_text',
@@ -269,6 +277,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'renewal_title' => [
           'name' => 'renewal_title',
@@ -282,6 +291,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'renewal_text' => [
           'name' => 'renewal_text',
@@ -293,6 +303,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 1,
+          'add' => '1.5',
         ],
         'is_required' => [
           'name' => 'is_required',
@@ -305,6 +316,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -317,6 +329,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
           'localizable' => 0,
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index a87d7a1e317c08b7b73a183ed69881d0e83e2993..2f44712bc7d0c94fd60fe12e81bda0a913e061eb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c4812779eb38780be0f426d084ac51ff)
+ * (GenCodeChecksum:ff966b7edcdd126ddef1ee3b3f3bff2f)
  */
 
 /**
@@ -140,6 +140,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'membership_id' => [
           'name' => 'membership_id',
@@ -153,6 +154,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_Membership',
+          'add' => '1.5',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -166,6 +168,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_MembershipStatus',
+          'add' => '1.5',
         ],
         'start_date' => [
           'name' => 'start_date',
@@ -178,6 +181,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'end_date' => [
           'name' => 'end_date',
@@ -190,6 +194,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'modified_id' => [
           'name' => 'modified_id',
@@ -202,6 +207,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.5',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -214,6 +220,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'membership_type_id' => [
           'name' => 'membership_type_id',
@@ -226,6 +233,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_MembershipType',
+          'add' => '3.4',
         ],
         'max_related' => [
           'name' => 'max_related',
@@ -237,6 +245,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
           'localizable' => 0,
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index cf24cc184f5aa9f1c1bfb19bd35e856d405fbc1e..91c700e21a9571c60c33c3cade276efeaa0b0cf6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipPayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a1d90b50f82493fea93ba2236877fb45)
+ * (GenCodeChecksum:b2fa8ca60001d75a9049ca179c4e68ce)
  */
 
 /**
@@ -96,6 +96,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
           'entity' => 'MembershipPayment',
           'bao' => 'CRM_Member_BAO_MembershipPayment',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'membership_id' => [
           'name' => 'membership_id',
@@ -109,6 +110,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipPayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Member_DAO_Membership',
+          'add' => '1.5',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -121,6 +123,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipPayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 44687f86120d436cc5f8ba2298288a25a6a6ac42..c1b2afc1fe68c9f814c00946cd4b02db6b377124 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipStatus.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:82972d65885561006f0b674bd0add135)
+ * (GenCodeChecksum:e6fe414d2b0dc3ff72ee5adcad75fab8)
  */
 
 /**
@@ -165,6 +165,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'membership_status' => [
           'name' => 'name',
@@ -180,6 +181,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'label' => [
           'name' => 'label',
@@ -196,6 +198,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'start_event' => [
           'name' => 'start_event',
@@ -215,6 +218,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::eventDate',
           ],
+          'add' => '1.5',
         ],
         'start_event_adjust_unit' => [
           'name' => 'start_event_adjust_unit',
@@ -234,6 +238,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::unitList',
           ],
+          'add' => '1.5',
         ],
         'start_event_adjust_interval' => [
           'name' => 'start_event_adjust_interval',
@@ -245,6 +250,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'end_event' => [
           'name' => 'end_event',
@@ -264,6 +270,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::eventDate',
           ],
+          'add' => '1.5',
         ],
         'end_event_adjust_unit' => [
           'name' => 'end_event_adjust_unit',
@@ -283,6 +290,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::unitList',
           ],
+          'add' => '1.5',
         ],
         'end_event_adjust_interval' => [
           'name' => 'end_event_adjust_interval',
@@ -294,6 +302,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_current_member' => [
           'name' => 'is_current_member',
@@ -305,6 +314,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_admin' => [
           'name' => 'is_admin',
@@ -319,6 +329,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.5',
         ],
         'weight' => [
           'name' => 'weight',
@@ -329,6 +340,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -343,6 +355,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.5',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -358,6 +371,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.5',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -373,6 +387,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index aceddc5a70fa3a321a804fd4444c6155126fbcd5..63ef86aaaf653d3685eef164dea49761aafd3a21 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Member/MembershipType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f5bc2479f6a11bf6e573782d008ca262)
+ * (GenCodeChecksum:20b0eec540f3bb69e386f86b29419391)
  */
 
 /**
@@ -220,6 +220,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -238,6 +239,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.0',
         ],
         'membership_type' => [
           'name' => 'name',
@@ -258,6 +260,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'type' => 'Text',
             'label' => ts("Name"),
           ],
+          'add' => '1.5',
         ],
         'description' => [
           'name' => 'description',
@@ -275,6 +278,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'type' => 'TextArea',
             'label' => ts("Description"),
           ],
+          'add' => '1.5',
         ],
         'member_of_contact_id' => [
           'name' => 'member_of_contact_id',
@@ -288,6 +292,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.5',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -306,6 +311,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'minimum_fee' => [
           'name' => 'minimum_fee',
@@ -326,6 +332,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'type' => 'Text',
             'label' => ts("Minimum Fee"),
           ],
+          'add' => '1.5',
         ],
         'duration_unit' => [
           'name' => 'duration_unit',
@@ -345,6 +352,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::membershipTypeUnitList',
           ],
+          'add' => '1.5',
         ],
         'duration_interval' => [
           'name' => 'duration_interval',
@@ -359,6 +367,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'period_type' => [
           'name' => 'period_type',
@@ -378,6 +387,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::periodType',
           ],
+          'add' => '1.5',
         ],
         'fixed_period_start_day' => [
           'name' => 'fixed_period_start_day',
@@ -389,6 +399,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'fixed_period_rollover_day' => [
           'name' => 'fixed_period_rollover_day',
@@ -400,6 +411,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'relationship_type_id' => [
           'name' => 'relationship_type_id',
@@ -414,6 +426,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
+          'add' => '1.5',
         ],
         'relationship_direction' => [
           'name' => 'relationship_direction',
@@ -427,6 +440,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'bao' => 'CRM_Member_BAO_MembershipType',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
+          'add' => '1.7',
         ],
         'max_related' => [
           'name' => 'max_related',
@@ -442,6 +456,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'type' => 'Text',
             'label' => ts("Max Related"),
           ],
+          'add' => '4.3',
         ],
         'visibility' => [
           'name' => 'visibility',
@@ -460,6 +475,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::memberVisibility',
           ],
+          'add' => '1.5',
         ],
         'weight' => [
           'name' => 'weight',
@@ -473,6 +489,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'receipt_text_signup' => [
           'name' => 'receipt_text_signup',
@@ -489,6 +506,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.0',
         ],
         'receipt_text_renewal' => [
           'name' => 'receipt_text_renewal',
@@ -505,6 +523,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.0',
         ],
         'auto_renew' => [
           'name' => 'auto_renew',
@@ -523,6 +542,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::memberAutoRenew',
           ],
+          'add' => '3.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -539,6 +559,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
             'type' => 'CheckBox',
             'label' => ts("Enabled?"),
           ],
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 5b37e2d03d4442f5356d9fee03eb582d385515ec..f5d8ed236314e36c6d8f0690f44366f273fc465c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/PCP/PCP.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cbc0ec5e899ec81538d2a54f44281856)
+ * (GenCodeChecksum:30c5a26e001449a2ace9e530714e833c)
  */
 
 /**
@@ -175,6 +175,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_contact_id' => [
           'name' => 'contact_id',
@@ -191,6 +192,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.2',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -209,6 +211,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
             'optionGroupName' => 'pcp_status',
             'optionEditPath' => 'civicrm/admin/options/pcp_status',
           ],
+          'add' => '2.2',
         ],
         'title' => [
           'name' => 'title',
@@ -225,6 +228,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'intro_text' => [
           'name' => 'intro_text',
@@ -239,6 +243,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'page_text' => [
           'name' => 'page_text',
@@ -253,6 +258,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'donate_link_text' => [
           'name' => 'donate_link_text',
@@ -269,6 +275,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'page_id' => [
           'name' => 'page_id',
@@ -281,6 +288,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'page_type' => [
           'name' => 'page_type',
@@ -298,6 +306,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '2.2',
         ],
         'pcp_block_id' => [
           'name' => 'pcp_block_id',
@@ -310,6 +319,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'is_thermometer' => [
           'name' => 'is_thermometer',
@@ -324,6 +334,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'is_honor_roll' => [
           'name' => 'is_honor_roll',
@@ -338,6 +349,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'goal_amount' => [
           'name' => 'goal_amount',
@@ -356,6 +368,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -380,6 +393,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -395,6 +409,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'is_notify' => [
           'name' => 'is_notify',
@@ -410,6 +425,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 2f0f6a9aef9fa0b8da914c7b23ee6952f5a311cb..897d9145f3b9f11bb30df5c5017ae7443248b94e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/PCP/PCPBlock.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d4817f5b53ace3909b94c7f6baff5964)
+ * (GenCodeChecksum:039e37edb86cfd25e6c882ce4950e3c9)
  */
 
 /**
@@ -168,6 +168,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -180,6 +181,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -192,6 +194,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'target_entity_type' => [
           'name' => 'target_entity_type',
@@ -207,6 +210,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'target_entity_id' => [
           'name' => 'target_entity_id',
@@ -219,6 +223,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'supporter_profile_id' => [
           'name' => 'supporter_profile_id',
@@ -232,6 +237,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_UFGroup',
+          'add' => '2.2',
         ],
         'owner_notify_id' => [
           'name' => 'owner_notify_id',
@@ -251,6 +257,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
             'optionGroupName' => 'pcp_owner_notify',
             'optionEditPath' => 'civicrm/admin/options/pcp_owner_notify',
           ],
+          'add' => '4.6',
         ],
         'is_approval_needed' => [
           'name' => 'is_approval_needed',
@@ -263,6 +270,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'is_tellfriend_enabled' => [
           'name' => 'is_tellfriend_enabled',
@@ -275,6 +283,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'tellfriend_limit' => [
           'name' => 'tellfriend_limit',
@@ -287,6 +296,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'link_text' => [
           'name' => 'link_text',
@@ -301,6 +311,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 1,
+          'add' => '2.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -313,6 +324,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'notify_email' => [
           'name' => 'notify_email',
@@ -327,6 +339,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'entity' => 'PCPBlock',
           'bao' => 'CRM_PCP_BAO_PCPBlock',
           'localizable' => 0,
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 1d001b841195717ca97594578d44bc5dfb718955..56683051e8734b5b58d010a431423067d6043ee2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Pledge/Pledge.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7beeffe02aa5aa08578f40547b3c61bd)
+ * (GenCodeChecksum:0df66b3d12c2b147e5f8b5b03f2148a8)
  */
 
 /**
@@ -248,6 +248,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_contact_id' => [
           'name' => 'contact_id',
@@ -266,6 +267,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.1',
         ],
         'pledge_financial_type_id' => [
           'name' => 'financial_type_id',
@@ -286,6 +288,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'pledge_contribution_page_id' => [
           'name' => 'contribution_page_id',
@@ -298,6 +301,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'bao' => 'CRM_Pledge_BAO_Pledge',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_ContributionPage',
+          'add' => '2.1',
         ],
         'pledge_amount' => [
           'name' => 'amount',
@@ -319,6 +323,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'pledge_original_installment_amount' => [
           'name' => 'original_installment_amount',
@@ -339,6 +344,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -363,6 +369,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'pledge_frequency_unit' => [
           'name' => 'frequency_unit',
@@ -385,6 +392,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'optionEditPath' => 'civicrm/admin/options/recur_frequency_units',
           ],
+          'add' => '2.1',
         ],
         'pledge_frequency_interval' => [
           'name' => 'frequency_interval',
@@ -401,6 +409,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'frequency_day' => [
           'name' => 'frequency_day',
@@ -417,6 +426,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '2.1',
         ],
         'installments' => [
           'name' => 'installments',
@@ -433,6 +443,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'pledge_start_date' => [
           'name' => 'start_date',
@@ -450,6 +461,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '2.1',
         ],
         'pledge_create_date' => [
           'name' => 'create_date',
@@ -467,6 +479,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '2.1',
         ],
         'acknowledge_date' => [
           'name' => 'acknowledge_date',
@@ -481,6 +494,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '2.1',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -492,6 +506,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'cancel_date' => [
           'name' => 'cancel_date',
@@ -506,6 +521,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '2.1',
         ],
         'pledge_end_date' => [
           'name' => 'end_date',
@@ -522,6 +538,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => '2.1',
         ],
         'max_reminders' => [
           'name' => 'max_reminders',
@@ -537,6 +554,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'initial_reminder_day' => [
           'name' => 'initial_reminder_day',
@@ -552,6 +570,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '2.1',
         ],
         'additional_reminder_day' => [
           'name' => 'additional_reminder_day',
@@ -567,6 +586,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.1',
         ],
         'pledge_status_id' => [
           'name' => 'status_id',
@@ -587,6 +607,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
             'optionGroupName' => 'pledge_status',
             'optionEditPath' => 'civicrm/admin/options/pledge_status',
           ],
+          'add' => '2.1',
         ],
         'pledge_is_test' => [
           'name' => 'is_test',
@@ -603,6 +624,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'pledge_campaign_id' => [
           'name' => 'campaign_id',
@@ -625,6 +647,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '3.4',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index edd93769105ec9d2a82b73326bcbee8a1cde2c8e..1cb20cb50e2ec0d31befe22c314296d130ba2f14 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Pledge/PledgeBlock.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8a4ad7f69cab18b992ea2c18ddccec62)
+ * (GenCodeChecksum:fd4a1319ac7b6cdc29baa3e9e4df68de)
  */
 
 /**
@@ -154,6 +154,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -167,6 +168,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -179,6 +181,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_frequency_unit' => [
           'name' => 'pledge_frequency_unit',
@@ -193,6 +196,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
+          'add' => '2.1',
         ],
         'is_pledge_interval' => [
           'name' => 'is_pledge_interval',
@@ -205,6 +209,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'max_reminders' => [
           'name' => 'max_reminders',
@@ -217,6 +222,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'initial_reminder_day' => [
           'name' => 'initial_reminder_day',
@@ -229,6 +235,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'additional_reminder_day' => [
           'name' => 'additional_reminder_day',
@@ -241,6 +248,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_start_date' => [
           'name' => 'pledge_start_date',
@@ -254,6 +262,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'is_pledge_start_date_visible' => [
           'name' => 'is_pledge_start_date_visible',
@@ -267,6 +276,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '4.7',
         ],
         'is_pledge_start_date_editable' => [
           'name' => 'is_pledge_start_date_editable',
@@ -280,6 +290,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'entity' => 'PledgeBlock',
           'bao' => 'CRM_Pledge_BAO_PledgeBlock',
           'localizable' => 0,
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 88e388caeb6954ae9537de81b19aba1bac6d287a..b072dd7f069fdc0b7a82af573e2a8484e136b3d9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Pledge/PledgePayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:265731583eeecb13c4759e29bf63b231)
+ * (GenCodeChecksum:64c6aef9e06ba7320d917ec5515c5ffc)
  */
 
 /**
@@ -145,6 +145,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_id' => [
           'name' => 'pledge_id',
@@ -158,6 +159,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Pledge_DAO_Pledge',
+          'add' => '2.1',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -170,6 +172,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '2.1',
         ],
         'pledge_payment_scheduled_amount' => [
           'name' => 'scheduled_amount',
@@ -188,6 +191,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_payment_actual_amount' => [
           'name' => 'actual_amount',
@@ -205,6 +209,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
+          'add' => '3.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -229,6 +234,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'pledge_payment_scheduled_date' => [
           'name' => 'scheduled_date',
@@ -248,6 +254,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '2.1',
         ],
         'pledge_payment_reminder_date' => [
           'name' => 'reminder_date',
@@ -261,6 +268,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_payment_reminder_count' => [
           'name' => 'reminder_count',
@@ -275,6 +283,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'pledge_payment_status_id' => [
           'name' => 'status_id',
@@ -291,6 +300,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
             'optionGroupName' => 'contribution_status',
             'optionEditPath' => 'civicrm/admin/options/contribution_status',
           ],
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index cdd8ddb737c87969c2c7eeb1ce65f578a6842a2d..1b09a54dc9f2f15a3492090492994d7567de335f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/LineItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5609d31fcef89762093ebeccbf76f91b)
+ * (GenCodeChecksum:84c128f076238b53a8c0c6dd23a22587)
  */
 
 /**
@@ -179,6 +179,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -193,6 +194,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -205,6 +207,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -217,6 +220,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '4.5',
         ],
         'price_field_id' => [
           'name' => 'price_field_id',
@@ -229,6 +233,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceField',
+          'add' => '1.7',
         ],
         'label' => [
           'name' => 'label',
@@ -246,6 +251,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'qty' => [
           'name' => 'qty',
@@ -265,6 +271,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'unit_price' => [
           'name' => 'unit_price',
@@ -284,6 +291,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'line_total' => [
           'name' => 'line_total',
@@ -300,6 +308,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'participant_count' => [
           'name' => 'participant_count',
@@ -315,6 +324,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'price_field_value_id' => [
           'name' => 'price_field_value_id',
@@ -328,6 +338,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceFieldValue',
+          'add' => '3.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -349,6 +360,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'non_deductible_amount' => [
           'name' => 'non_deductible_amount',
@@ -371,6 +383,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'tax_amount' => [
           'name' => 'tax_amount',
@@ -393,6 +406,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index afa40932570b9650a3e081b702c5bf6083494c76..babe80632895216759756c1e8c821cb9e347172b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6e47994bc98a74964af2347e6f93ad23)
+ * (GenCodeChecksum:7e0a818f8b8641ca3bae0abe1582c8ce)
  */
 
 /**
@@ -194,6 +194,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'entity' => 'PriceField',
           'bao' => 'CRM_Price_BAO_PriceField',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'price_set_id' => [
           'name' => 'price_set_id',
@@ -213,6 +214,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
             'labelColumn' => 'title',
             'nameColumn' => 'name',
           ],
+          'add' => '1.8',
         ],
         'name' => [
           'name' => 'name',
@@ -230,6 +232,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'label' => [
           'name' => 'label',
@@ -247,6 +250,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'html_type' => [
           'name' => 'html_type',
@@ -266,6 +270,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Price_BAO_PriceField::htmlTypes',
           ],
+          'add' => '1.8',
         ],
         'is_enter_qty' => [
           'name' => 'is_enter_qty',
@@ -281,6 +286,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -297,6 +303,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -313,6 +320,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'weight' => [
           'name' => 'weight',
@@ -328,6 +336,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.8',
         ],
         'is_display_amounts' => [
           'name' => 'is_display_amounts',
@@ -343,6 +352,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => NULL,
         ],
         'options_per_line' => [
           'name' => 'options_per_line',
@@ -358,6 +368,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -373,6 +384,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'is_required' => [
           'name' => 'is_required',
@@ -388,6 +400,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'active_on' => [
           'name' => 'active_on',
@@ -404,6 +417,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'expire_on' => [
           'name' => 'expire_on',
@@ -420,6 +434,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDateTime',
           ],
+          'add' => '1.8',
         ],
         'javascript' => [
           'name' => 'javascript',
@@ -436,6 +451,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'visibility_id' => [
           'name' => 'visibility_id',
@@ -455,6 +471,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
           ],
+          'add' => '3.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index db36ba465a222e976205237ca4010434ed8ce2a5..d510c14b62d2932e308347a3aae70f5e07a1b0b7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceFieldValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:192669fc7d0257b2f4a84c2cf6aebcc6)
+ * (GenCodeChecksum:28432a14b1b1523380eb41e8e481037d)
  */
 
 /**
@@ -205,6 +205,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'entity' => 'PriceFieldValue',
           'bao' => 'CRM_Price_BAO_PriceFieldValue',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'price_field_id' => [
           'name' => 'price_field_id',
@@ -218,6 +219,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_PriceFieldValue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceField',
+          'add' => '3.3',
         ],
         'name' => [
           'name' => 'name',
@@ -235,6 +237,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'label' => [
           'name' => 'label',
@@ -252,6 +255,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'description' => [
           'name' => 'description',
@@ -269,6 +273,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.3',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -286,6 +291,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '4.7',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -303,6 +309,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '4.7',
         ],
         'amount' => [
           'name' => 'amount',
@@ -322,6 +329,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'count' => [
           'name' => 'count',
@@ -337,6 +345,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'max_value' => [
           'name' => 'max_value',
@@ -352,6 +361,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'weight' => [
           'name' => 'weight',
@@ -367,6 +377,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.3',
         ],
         'membership_type_id' => [
           'name' => 'membership_type_id',
@@ -383,6 +394,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '3.4',
         ],
         'membership_num_terms' => [
           'name' => 'membership_num_terms',
@@ -398,6 +410,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.3',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -413,6 +426,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '3.3',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -425,6 +439,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'entity' => 'PriceFieldValue',
           'bao' => 'CRM_Price_BAO_PriceFieldValue',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -446,6 +461,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'non_deductible_amount' => [
           'name' => 'non_deductible_amount',
@@ -468,6 +484,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'visibility_id' => [
           'name' => 'visibility_id',
@@ -487,6 +504,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 17bbe9f48acc60a400eba50bf5ecbe3f2eb724e8..8fc97986b9fa74cbc13fea32df3bff2c58714220 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceSet.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:94d729c1b16adccb8e8b0111784314b5)
+ * (GenCodeChecksum:53c1906856d1a16d2edba1caa6a4fafc)
  */
 
 /**
@@ -172,6 +172,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.8',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -192,6 +193,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'name' => [
           'name' => 'name',
@@ -209,6 +211,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'title' => [
           'name' => 'title',
@@ -226,6 +229,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -241,6 +245,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -257,6 +262,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -273,6 +279,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'javascript' => [
           'name' => 'javascript',
@@ -289,6 +296,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'extends' => [
           'name' => 'extends',
@@ -311,6 +319,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -332,6 +341,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'is_quick_config' => [
           'name' => 'is_quick_config',
@@ -347,6 +357,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -362,6 +373,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.2',
         ],
         'min_amount' => [
           'name' => 'min_amount',
@@ -377,6 +389,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 612245329935ee593a8e90ead4b66d7eeddcf9b1..36ec1ec20a042b353c4874853a8a653bfc718d8c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceSetEntity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:11565afec12a53af8656a6eaf33b0977)
+ * (GenCodeChecksum:a37bda1a3508a9195c561c2b2e4f03a7)
  */
 
 /**
@@ -106,6 +106,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'entity' => 'PriceSetEntity',
           'bao' => 'CRM_Price_DAO_PriceSetEntity',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -120,6 +121,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'entity' => 'PriceSetEntity',
           'bao' => 'CRM_Price_DAO_PriceSetEntity',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -132,6 +134,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'entity' => 'PriceSetEntity',
           'bao' => 'CRM_Price_DAO_PriceSetEntity',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'price_set_id' => [
           'name' => 'price_set_id',
@@ -150,6 +153,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.8',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 61250927c4cd357b1cbe0f8d05620a1b58aa6d57..0d429955552151f30e6379541436613118530d76 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Queue/QueueItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4b3a1116045b1c18e6aa3288bbd07b49)
+ * (GenCodeChecksum:137a0dea273fd4cad666fc1091fc8c84)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'entity' => 'QueueItem',
           'bao' => 'CRM_Queue_BAO_QueueItem',
           'localizable' => 0,
+          'add' => NULL,
         ],
         'queue_name' => [
           'name' => 'queue_name',
@@ -116,6 +117,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'weight' => [
           'name' => 'weight',
@@ -130,6 +132,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'submit_time' => [
           'name' => 'submit_time',
@@ -145,6 +148,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => NULL,
         ],
         'release_time' => [
           'name' => 'release_time',
@@ -159,6 +163,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select Date',
           ],
+          'add' => NULL,
         ],
         'data' => [
           'name' => 'data',
@@ -171,6 +176,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'bao' => 'CRM_Queue_BAO_QueueItem',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => NULL,
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index b2af24148fca32694430a7fecd937740a2aa16bc..591332e6701678c2610e21e28e32137252f82ac8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Report/ReportInstance.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e578602adaab855b72e2aef8992cb97e)
+ * (GenCodeChecksum:5e7790bacc5ffff1ecfcaada1abeafec)
  */
 
 /**
@@ -233,6 +233,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -251,6 +252,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'title' => [
           'name' => 'title',
@@ -267,6 +269,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'report_id' => [
           'name' => 'report_id',
@@ -284,6 +287,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '2.2',
         ],
         'name' => [
           'name' => 'name',
@@ -300,6 +304,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'args' => [
           'name' => 'args',
@@ -316,6 +321,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'description' => [
           'name' => 'description',
@@ -332,6 +338,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'permission' => [
           'name' => 'permission',
@@ -348,6 +355,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'grouprole' => [
           'name' => 'grouprole',
@@ -364,6 +372,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.1',
         ],
         'form_values' => [
           'name' => 'form_values',
@@ -378,6 +387,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
           'serialize' => self::SERIALIZE_PHP,
+          'add' => '2.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -392,6 +402,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'created_id' => [
           'name' => 'created_id',
@@ -404,6 +415,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.6',
         ],
         'owner_id' => [
           'name' => 'owner_id',
@@ -416,6 +428,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '4.6',
         ],
         'email_subject' => [
           'name' => 'email_subject',
@@ -432,6 +445,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => NULL,
         ],
         'email_to' => [
           'name' => 'email_to',
@@ -446,6 +460,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'email_cc' => [
           'name' => 'email_cc',
@@ -460,6 +475,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'header' => [
           'name' => 'header',
@@ -476,6 +492,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'footer' => [
           'name' => 'footer',
@@ -492,6 +509,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'navigation_id' => [
           'name' => 'navigation_id',
@@ -506,6 +524,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Navigation',
+          'add' => '3.0',
         ],
         'drilldown_id' => [
           'name' => 'drilldown_id',
@@ -520,6 +539,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'bao' => 'CRM_Report_BAO_ReportInstance',
           'localizable' => 0,
           'FKClassName' => 'CRM_Report_DAO_ReportInstance',
+          'add' => '4.3',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -534,6 +554,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 933b002642bb9df5969ca2efef5b9d8d33234bb7..8f87fa5a1402fc1b4607aae28cf50860be450bd6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/SMS/Provider.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:964732a3dec2213ab9106ddd23e5391d)
+ * (GenCodeChecksum:b512d0ed25ec37b9c890952e48c667e6)
  */
 
 /**
@@ -144,6 +144,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'name' => [
           'name' => 'name',
@@ -157,6 +158,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
           'localizable' => 0,
+          'add' => '4.2',
         ],
         'title' => [
           'name' => 'title',
@@ -173,6 +175,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'username' => [
           'name' => 'username',
@@ -188,6 +191,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'password' => [
           'name' => 'password',
@@ -203,6 +207,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'api_type' => [
           'name' => 'api_type',
@@ -222,6 +227,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
             'optionGroupName' => 'sms_api_type',
             'optionEditPath' => 'civicrm/admin/options/sms_api_type',
           ],
+          'add' => '4.2',
         ],
         'api_url' => [
           'name' => 'api_url',
@@ -237,6 +243,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'api_params' => [
           'name' => 'api_params',
@@ -251,6 +258,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.2',
         ],
         'is_default' => [
           'name' => 'is_default',
@@ -265,6 +273,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -279,6 +288,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.2',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -296,6 +306,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 41ce2252f407bc75fa092e5d80859208d9499e55..3a0c51e328a14abcd315670d808e7bdb143ceb06 100644 (file)
@@ -177,7 +177,9 @@ class {$table.className} extends CRM_Core_DAO {ldelim}
 {/if}
 {if $field.pseudoconstant}
   'pseudoconstant' => {$field.pseudoconstant|@print_array},
-{/if} {* field.pseudoconstant *}                                                                    ),
+{/if}
+  'add' => {if $field.add}'{$field.add}'{else}NULL{/if},
+),
 {/foreach} {* table.fields *}
                                       );
             CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);