From e9029de303c876555c505309b3438f772253b6bf Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 25 Aug 2014 10:16:21 +1200 Subject: [PATCH] CRM-15168 add titles to another entity --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 2 +- xml/schema/Pledge/PledgePayment.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index afe7684b62..8cf4bebff8 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -274,7 +274,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'MailingRecipients', 'MailingJob', 'MailSettings', 'MembershipBlock', 'MembershipPayment', 'MessageTemplate', 'MembershipType', 'OptionGroup', 'OptionValue', 'MembershipStatus', - 'ParticipantPayment', 'ParticipantStatusType', 'PledgePayment', + 'ParticipantPayment', 'ParticipantStatusType', 'Premium', 'PaymentProcessorType', 'PaymentProcessor', 'PrintLabel', 'Product', 'ReportTemplate', 'Setting',); diff --git a/xml/schema/Pledge/PledgePayment.xml b/xml/schema/Pledge/PledgePayment.xml index efd0a057ee..7a79f476f6 100644 --- a/xml/schema/Pledge/PledgePayment.xml +++ b/xml/schema/Pledge/PledgePayment.xml @@ -22,6 +22,7 @@ pledge_id + Pledge int unsigned true FK to Pledge table @@ -36,6 +37,7 @@ contribution_id + Contribution int unsigned FK to contribution table. 2.1 @@ -74,6 +76,7 @@ currency + Currency varchar 3 NULL -- 2.25.1