Merge "Deprecating: Consolidating `progressive` & `constructive` buttons"
[lhc/web/wiklou.git] / maintenance / archives / patch-rev_len.sql
1 ALTER TABLE /*$wgDBprefix*/revision
2 ADD rev_len INT UNSIGNED;
3