Merge "mw.special.contributions: Do not infuse the date input while it has user focus"
[lhc/web/wiklou.git] / maintenance / archives / patch-archive-ar_rev_id-unique.sql
1 -- T193180: ar_rev_id should be unique
2
3 CREATE UNIQUE INDEX /*i*/ar_revid_uniq ON /*_*/archive (ar_rev_id);
4 DROP INDEX /*i*/ar_revid ON /*_*/archive;