Merge "[FileBackend] Suppress most file warnings but log them to an FSFileBackend...
[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 '';