Merge "(bug 35923) tweaks to mediawiki.action.history.diff.css"
[lhc/web/wiklou.git] / maintenance / archives / patch-page-page_content_model.sql
1 ALTER TABLE /*$wgDBprefix*/page
2 ADD page_content_model varbinary(32) DEFAULT NULL;