Merge "Use RemexHtml as the tidy implementation for parser tests"
[lhc/web/wiklou.git] / maintenance / archives / patch-rev_sha1.sql
1 -- Adding rev_sha1 field
2 ALTER TABLE /*$wgDBprefix*/revision
3 ADD rev_sha1 varbinary(32) NOT NULL default '';