Skip to content
Snippets Groups Projects
Commit 030321fe authored by colemanw's avatar colemanw
Browse files

Merge pull request #1693 from pradpnayak/CRM-13446

--CRM-13446, fixed Upgrade code for fatal error if civicrm_financial_acc...
parents 802e0954 49ddb59d
No related branches found
No related tags found
No related merge requests found
......@@ -1101,6 +1101,7 @@ AND cli.entity_table = 'civicrm_contribution' AND cli.id IN (" . implode(',', $v
* @return bool TRUE for success
*/
function task_4_3_x_checkConstraints(CRM_Queue_TaskContext $ctx) {
CRM_Core_DAO::executeQuery('ALTER TABLE `civicrm_financial_account` CHANGE `contact_id` `contact_id` INT( 10 ) UNSIGNED NULL DEFAULT NULL');
$config = CRM_Core_Config::singleton();
$dbname = DB::parseDSN($config->dsn);
$constraintArray = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment