Merge "RevisionStoreDbTestBase, remove redundant needsDB override"
[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;