Merge "Replace some occurrences of wfMsg* by alternatives. Undeprecated wfMsgReplaceA...
[lhc/web/wiklou.git] / maintenance / archives / patch-cat_hidden.sql
1 -- cat_hidden is no longer used, delete it
2
3 ALTER TABLE /*$wgDBprefix*/category DROP COLUMN cat_hidden;