Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-17-13-40-23
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.6.mysql.tpl
1 {* file to handle db changes in 4.4.6 during upgrade *}
2 -- CRM-14903
3 ALTER TABLE `civicrm_mapping_field`
4 CHANGE COLUMN `operator` `operator` ENUM('=','!=','>','<','>=','<=','IN','NOT IN','LIKE','NOT LIKE','IS NULL','IS NOT NULL', 'IS EMPTY', 'IS NOT EMPTY', 'RLIKE');