From d4b17c97f7965df897e88a906239c6feebf2b89a Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 13 Aug 2013 13:25:35 +0530 Subject: [PATCH] -- added missed constraint, fixed for CRM-13088 ---------------------------------------- * CRM-13088: civicrm_contribution_product schema inconsistent in fresh installs vs upgrades http://issues.civicrm.org/jira/browse/CRM-13088 --- CRM/Upgrade/Incremental/php/FourThree.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php index 02d9e55de7..15bd3f0c8f 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -1105,6 +1105,7 @@ AND cli.entity_table = 'civicrm_contribution' AND cli.id IN (" . implode(',', $v "'FK_civicrm_price_field_value_financial_type_id'", "'FK_civicrm_contribution_product_financial_type_id'", "'FK_civicrm_price_set_financial_type_id'", + "'FK_civicrm_grant_financial_type_id'", ); $sql = "SELECT DELETE_RULE, TABLE_NAME, CONSTRAINT_NAME -- 2.25.1