Merge "Fixed dependencies for jquery.collapsibleTabs"
[lhc/web/wiklou.git] / maintenance / storage / drop_content_model_info.sql
1 ALTER TABLE /*$wgDBprefix*/archive DROP COLUMN ar_content_model;
2 ALTER TABLE /*$wgDBprefix*/archive DROP COLUMN ar_content_format;
3
4 ALTER TABLE /*$wgDBprefix*/revision DROP COLUMN rev_content_model;
5 ALTER TABLE /*$wgDBprefix*/revision DROP COLUMN rev_content_format;
6
7 ALTER TABLE /*$wgDBprefix*/page DROP COLUMN page_content_model;