Merge "Language: s/error_log/wfWarn/"
[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;