82916b9041a81261fc280cf1c0f09c964543727d
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.6.mysql.tpl
1 {* CRM-16846 - This file is never run, but it doesn't matter because the below query is undone by another alteration to the same column in 4.5.alpha1 *}
2
3 -- CRM-14903
4 ALTER TABLE `civicrm_mapping_field`
5 CHANGE COLUMN `operator` `operator` ENUM('=','!=','>','<','>=','<=','IN','NOT IN','LIKE','NOT LIKE','IS NULL','IS NOT NULL', 'IS EMPTY', 'IS NOT EMPTY', 'RLIKE');