oops, don't delete char before the slash, followup to r83902
[lhc/web/wiklou.git] / maintenance / archives / patch-cl_type.sql
1 --
2 -- Change cl_type to a varchar from an enum because of the weird semantics of
3 -- the < and > operators when working with enums
4 --
5
6 ALTER TABLE /*_*/categorylinks MODIFY cl_type varchar(6) NOT NULL default 'page';