Merge "Allow passing the default DB group to use in Maintenance scripts"
[lhc/web/wiklou.git] / tests / phpunit / includes / Storage / drop-pre-mcr-fields.sql
1 ALTER TABLE /*_*/revision DROP COLUMN rev_text_id;
2 ALTER TABLE /*_*/revision DROP COLUMN rev_content_model;
3 ALTER TABLE /*_*/revision DROP COLUMN rev_content_format;