Merge pull request #4054 from eileenmcnaughton/CRM-15237
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.6.mysql.tpl
CommitLineData
415db340 1{* file to handle db changes in 4.4.6 during upgrade *}
f85837de
EM
2-- CRM-14903
3ALTER TABLE `civicrm_mapping_field`
18184244 4CHANGE COLUMN `operator` `operator` ENUM('=','!=','>','<','>=','<=','IN','NOT IN','LIKE','NOT LIKE','IS NULL','IS NOT NULL', 'IS EMPTY', 'IS NOT EMPTY', 'RLIKE');