From: Coleman Watts Date: Sun, 9 Feb 2014 01:16:30 +0000 (-0800) Subject: Add missing metadata X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c759b5e9449616a7fed72a7acfd4b6e306b0f53;p=civicrm-core.git Add missing metadata --- diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 62673788a0..6de9482676 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -54,6 +54,7 @@ financial_type_id + Financial Type int unsigned default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index ec43866376..8eb7c8895f 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -9,7 +9,7 @@ id int unsigned - Event ID + Event true Event 1.7 @@ -57,7 +57,7 @@ event_type_id int unsigned event_type_id - Event Type ID + Event Type 0 event_type @@ -74,8 +74,11 @@ participant_listing_id int unsigned participant_listing_id - Participant Listing ID + Participant Listing 0 + + participant_listing + Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing. 2.0 @@ -179,7 +182,7 @@ financial_type_id int unsigned - Financial Type ID + Financial Type NULL Financial type assigned to paid event registrations for this event. Required if is_monetary is true. @@ -267,6 +270,9 @@ true int unsigned 1 + + participant_role + Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role. 2.0 diff --git a/xml/schema/Event/EventPage.xml b/xml/schema/Event/EventPage.xml index adcb2fdd03..6156f8632e 100644 --- a/xml/schema/Event/EventPage.xml +++ b/xml/schema/Event/EventPage.xml @@ -18,7 +18,7 @@ event_id - Event ID + Event int unsigned true Event which this page belongs to.