Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve schema metadata for Search Kit #19075

Merged
merged 2 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CRM/ACL/DAO/ACL.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/ACL/ACL.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:fa7ab50bdcacf98f9b1b043f912fed47)
* (GenCodeChecksum:b4b1db29de0700887b7875f82d079c10)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/DAO/ACLCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/ACL/ACLCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:4776199edbbb83ae58a37f1b056bf86a)
* (GenCodeChecksum:9676dd799030fb9b56b490595dd3a847)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/DAO/EntityRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/ACL/EntityRole.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:53e459e0bbdca49556b59c10aee21862)
* (GenCodeChecksum:ec91adfcc1d76814541811d4b97e45b2)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/DAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Activity/Activity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:4291bcd82f8d55861172be9d2a8243de)
* (GenCodeChecksum:cabeb52f5da37045929bb3e0b7748992)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/DAO/ActivityContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Activity/ActivityContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:4b08cccd27b433486baf2b9eea79f97e)
* (GenCodeChecksum:3f147b2507b1e11a7df971be191161d1)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Batch/DAO/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Batch/Batch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:f37d12b3bc0d6b5efc4768f210a45a3c)
* (GenCodeChecksum:717006044703500afc7d4f45f63194df)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Batch/DAO/EntityBatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Batch/EntityBatch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:bbeab14232892d3ec8069ef3a499efdd)
* (GenCodeChecksum:61cb70a15ffc587cc8476204cb16353f)
*/

/**
Expand Down
3 changes: 2 additions & 1 deletion CRM/Campaign/DAO/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Campaign/Campaign.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:8bafee489dc4969a456393ed48544880)
* (GenCodeChecksum:c86618236efd91af786b98c3f359e321)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '3.3';
const COMPONENT = 'CiviCampaign';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Campaign/DAO/CampaignGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Campaign/CampaignGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:210636d218ebf8e84f862c48bbe9edf9)
* (GenCodeChecksum:9e8df6e6e1df93fb351b51bcda21c176)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '3.3';
const COMPONENT = 'CiviCampaign';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Campaign/DAO/Survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Campaign/Survey.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:6f3dd03a11c679278374affba3d2bd76)
* (GenCodeChecksum:b324203328e0c8d3dc10a4346a4db6f3)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '3.2';
const COMPONENT = 'CiviCampaign';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Case/DAO/Case.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Case/Case.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:bc33a854daf3f695bd92c4bca41ad5b3)
* (GenCodeChecksum:8b354d7c2a0e40d82d27cbfd08776c15)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Case_DAO_Case extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.8';
const COMPONENT = 'CiviCase';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Case/DAO/CaseActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Case/CaseActivity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:3f39cbc8d1438b9a0cdee0382638bcae)
* (GenCodeChecksum:5fc2509491a88a1bd2d8ce808f99a00e)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.8';
const COMPONENT = 'CiviCase';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Case/DAO/CaseContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Case/CaseContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:f9da4680a9dc863f5dc6675f5e2fdc0b)
* (GenCodeChecksum:8ccb7c478dfa4eb1b3b022eeabc71b79)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '2.1';
const COMPONENT = 'CiviCase';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Case/DAO/CaseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Case/CaseType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:b138422db3438224fef3d477a9e1648a)
* (GenCodeChecksum:9151b8db1ff873f31d574b5cdec128ac)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '4.5';
const COMPONENT = 'CiviCase';

/**
* Static instance to hold the table name.
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/ACLContactCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/ACLContactCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:0d21895a5f58ee81f21ae524c86a165c)
* (GenCodeChecksum:26fea9c61af7afdc2f3401213e0eab2b)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/Contact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:28e3f64d22175c9d2efea3d1c49196fa)
* (GenCodeChecksum:c8000203c94da02a4b215ad1a8f7ed89)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/ContactType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/ContactType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:ee06613c82c85ea8773dcc16105d2b9b)
* (GenCodeChecksum:dfe2f3758a8cf1ad9bd23dfb9e2de671)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/DashboardContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/DashboardContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:a5629fa4472b5745ec13703142a66f3f)
* (GenCodeChecksum:d65c9f2feca6cd296a047c2f4e2a862c)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/Group.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:abbdc0ad43c008e444512d444c537ebf)
* (GenCodeChecksum:3648ad60c504d25253ecc5655c629d72)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/GroupContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/GroupContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:ea7c012e774a203b869e0fadec080cab)
* (GenCodeChecksum:5c26ac19a56e589da1399e755469229b)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/GroupContactCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/GroupContactCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:efae8178ae6bc7c26423501ffb2ba751)
* (GenCodeChecksum:db2873674d73776ad753a88082ea072a)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/GroupNesting.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/GroupNesting.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:65fe8a838c3cad53df4a76d3f117d99b)
* (GenCodeChecksum:0e7931bbaab17bdf66a41f8b912f92f6)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/GroupOrganization.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/GroupOrganization.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:d70fc21adc9befb2edc9c26f9fbe4457)
* (GenCodeChecksum:a16da367f856704d5432044055ed5d16)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/Relationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/Relationship.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:6bff7ab95b9b2b5faa9d547ce5219b92)
* (GenCodeChecksum:2046fac3c61cd88a17bf21dfe3e6f970)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/RelationshipCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/RelationshipCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:3b42f72f3268d49d99353a8816d9889b)
* (GenCodeChecksum:3bee16c8388728d3e391e9dd7c17abb8)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/RelationshipType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/RelationshipType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:376ec7436375e3ccc2ec6687a3d5b526)
* (GenCodeChecksum:a3e3c18c34421b3dbcffb17bd313aa17)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/SavedSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/SavedSearch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:64396e21031229c36c11423bb4b92fc5)
* (GenCodeChecksum:73251f9c4af0127e2e9fc2770f21869d)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contact/DAO/SubscriptionHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/SubscriptionHistory.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:2fc83b2d730e10fe0508fa088b241365)
* (GenCodeChecksum:3557b2bfd9b5364ea356c17a7237fd5e)
*/

/**
Expand Down
3 changes: 2 additions & 1 deletion CRM/Contribute/DAO/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/Contribution.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:6681702174b0431d22a1bc98c71bd747)
* (GenCodeChecksum:a24c14ae34bb8c68b8f0348b946c18b9)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.3';
const COMPONENT = 'CiviContribute';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Contribute/DAO/ContributionPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/ContributionPage.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:1a64443b99f8c5f11333e600e3cb47a3)
* (GenCodeChecksum:1fc0665cc8320aec4576a39e1491d57a)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.3';
const COMPONENT = 'CiviContribute';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Contribute/DAO/ContributionProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/ContributionProduct.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:45dff2998f47d5bd918d767c018eeac4)
* (GenCodeChecksum:f1269124a9b0ee2a9482aea7d0ee221c)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.4';
const COMPONENT = 'CiviContribute';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Contribute/DAO/ContributionRecur.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/ContributionRecur.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:f8fcfe64d80dea9fe9f1f8eb86246f73)
* (GenCodeChecksum:c080fbdfdb5b780a36f5a48e5a88eaae)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '1.6';
const COMPONENT = 'CiviContribute';

/**
* Static instance to hold the table name.
Expand Down
3 changes: 2 additions & 1 deletion CRM/Contribute/DAO/ContributionSoft.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contribute/ContributionSoft.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:f790cd9c491079f788527103d96230f9)
* (GenCodeChecksum:3bbe2837f1b310d77d79614a4fd5a9af)
*/

/**
Expand All @@ -15,6 +15,7 @@
class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
const EXT = 'civicrm';
const TABLE_ADDED = '2.2';
const COMPONENT = 'CiviContribute';

/**
* Static instance to hold the table name.
Expand Down
Loading