Merge "Small change to "Other review tools" link"
[lhc/web/wiklou.git] / maintenance / archives / patch-ar_sha1.sql
index e69de29..1c7d8e9 100644 (file)
@@ -0,0 +1,3 @@
+-- Adding ar_sha1 field
+ALTER TABLE /*$wgDBprefix*/archive
+  ADD ar_sha1 varbinary(32) NOT NULL default '';