Merge "Fix fatal error in I0349cfe0e322"
[mediawiki.git] / maintenance / storage / drop_content_model_info.sql
blob7bd9aba98a4fd0ccc97d0e15822652c6a8eb1cc9
1 ALTER TABLE /*$wgDBprefix*/archive  DROP COLUMN ar_content_model;
2 ALTER TABLE /*$wgDBprefix*/archive  DROP COLUMN ar_content_format;
4 ALTER TABLE /*$wgDBprefix*/revision  DROP COLUMN rev_content_model;
5 ALTER TABLE /*$wgDBprefix*/revision  DROP COLUMN rev_content_format;
7 ALTER TABLE /*$wgDBprefix*/page  DROP COLUMN page_content_model;