summaryrefslogtreecommitdiff
path: root/maintenance/storage/drop_content_model_info.sql
blob: 7bd9aba98a4fd0ccc97d0e15822652c6a8eb1cc9 (plain)
1
2
3
4
5
6
7
ALTER TABLE /*$wgDBprefix*/archive  DROP COLUMN ar_content_model;
ALTER TABLE /*$wgDBprefix*/archive  DROP COLUMN ar_content_format;

ALTER TABLE /*$wgDBprefix*/revision  DROP COLUMN rev_content_model;
ALTER TABLE /*$wgDBprefix*/revision  DROP COLUMN rev_content_format;

ALTER TABLE /*$wgDBprefix*/page  DROP COLUMN page_content_model;