Upgrade Fix from 4.4 to 4.5
authorAtif Shaikh <shaikh388@gmail.com>
Wed, 2 Apr 2014 11:29:32 +0000 (16:59 +0530)
committerAtif Shaikh <shaikh388@gmail.com>
Wed, 2 Apr 2014 11:29:32 +0000 (16:59 +0530)
CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl

index 0a46452b00fe3a1f12a30689c89ef0a2244251b7..d61d9f869471c481c0b1c01e053fa27e86475d3c 100644 (file)
@@ -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.',