*Add ar_len, remove reference to archive2 for Postgres
[lhc/web/wiklou.git] / maintenance / archives / patch-ar_len.sql
1 ALTER TABLE /*$wgDBprefix*/archive
2 ADD ar_len INT(8) UNSIGNED;
3