From 0cec6f83a17c9b0af6dc01171ebdce6736baf445 Mon Sep 17 00:00:00 2001 From: Atif Shaikh Date: Wed, 2 Apr 2014 16:59:32 +0530 Subject: [PATCH] Upgrade Fix from 4.4 to 4.5 --- CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl index 0a46452b00..d61d9f8694 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl @@ -51,10 +51,6 @@ VALUES (@option_group_id_contact_edit_options, {localize}'{ts escape="sql"}Last Name{/ts}'{/localize} , 16, 'Last Name' , NULL, 2, NULL, 16, NULL, 0, 0, 1, NULL, NULL), (@option_group_id_contact_edit_options, {localize}'{ts escape="sql"}Suffix{/ts}'{/localize} , 17, 'Suffix' , NULL, 2, NULL, 17, NULL, 0, 0, 1, NULL, NULL); --- CRM-13712 Include IS NOT EMPTY and IS EMPTY operators in operator column of civicrm_mapping_field table -ALTER TABLE `civicrm_mapping_field` - MODIFY `operator` ENUM('=','!=','>','<','>=','<=','IN','NOT IN','LIKE','NOT LIKE', 'IS NOT EMPTY', 'IS EMPTY') DEFAULT NULL COMMENT 'SQL WHERE operator for search-builder mapping fields (search criteria).'; - -- CRM-13857 ALTER TABLE civicrm_group ADD COLUMN `modified_id` INT(10) unsigned DEFAULT NULL COMMENT 'FK to contact table, modifier of the group.', -- 2.25.1