Merge "Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run()"
[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;