Merge "mw.Map: add ability to map over an existing object other than 'window'"
[lhc/web/wiklou.git] / maintenance / archives / patch-revision-rev_content_format.sql
1 ALTER TABLE /*$wgDBprefix*/revision
2 ADD rev_content_format varbinary(64) DEFAULT NULL;