Fix handling of ar_length and ar_sha1 in RevisionArchiveRecord.
[lhc/web/wiklou.git] / maintenance / archives / patch-tag_summary-ts_rev_id-unsigned.sql
1 ALTER TABLE /*_*/tag_summary MODIFY ts_rev_id int unsigned NULL;