wiki.techinc.nl/maintenance/archives/patch-cat_hidden.sql
umherirrender 0cbc85494d (bug 32552) Drop unused database field cat_hidden
For the hiddencat feature the page prop table is used

Change-Id: If01d3394617ab8aec1a9b50c20bfe923df08732c
2012-09-06 18:47:39 +02:00

3 lines
104 B
SQL

-- cat_hidden is no longer used, delete it
ALTER TABLE /*$wgDBprefix*/category DROP COLUMN cat_hidden;