From f389e50029a053de2ec1cc4368ca5b9981e74bdf Mon Sep 17 00:00:00 2001 From: Eileen Date: Wed, 4 Dec 2013 15:58:14 +1300 Subject: [PATCH] Schema tidy ups - add pseudoconstants for recurring contributions, add a couple of titles --- xml/schema/Contribute/ContributionPage.xml | 8 ++++++++ xml/schema/Contribute/ContributionRecur.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index c8f0ee7d79..10aa925d26 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -20,6 +20,7 @@ title + Contribution Page Title varchar 255 true @@ -28,6 +29,7 @@ intro_text + Contribution Page Introduction Text text textarea 6 @@ -334,6 +336,7 @@ honor_block_title + Contribution Page Honor Block Title varchar 255 true @@ -342,6 +345,7 @@ honor_block_text + Contribution Page Honor Block Text text textarea 2 @@ -366,6 +370,7 @@ created_id + Contribution Page Created By int unsigned FK to civicrm_contact, who created this contribution page 3.0 @@ -386,6 +391,7 @@ currency + Contribution Page Currency varchar 3 NULL @@ -402,6 +408,7 @@ campaign_id + Contribution Page Campaign ID int unsigned The campaign for which we are collecting contributions with this page. 3.4 @@ -414,6 +421,7 @@ is_share + Is Contribution Page Shared? boolean 1 Can people share the contribution page through social media? diff --git a/xml/schema/Contribute/ContributionRecur.xml b/xml/schema/Contribute/ContributionRecur.xml index 01602426f1..5be85af260 100644 --- a/xml/schema/Contribute/ContributionRecur.xml +++ b/xml/schema/Contribute/ContributionRecur.xml @@ -159,6 +159,9 @@ 1 true 1.6 + + contribution_status + index_contribution_status @@ -257,6 +260,11 @@ int unsigned FK to Financial Type 4.3 + + civicrm_financial_type
+ id + name +
financial_type_id -- 2.25.1