From: Erik Moeller Date: Wed, 14 Mar 2007 22:15:04 +0000 (+0000) Subject: missing ar_len X-Git-Tag: 1.31.0-rc.0~53727 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=782bc0479452bfe67fd3e0abff724a01f0b5f045;p=lhc%2Fweb%2Fwiklou.git missing ar_len --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index c83d58a2cd..cb37d04007 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -373,6 +373,9 @@ CREATE TABLE /*$wgDBprefix*/archive ( -- rev_deleted for archives ar_deleted tinyint(1) unsigned NOT NULL default '0', + + -- Length of this revision in bytes + ar_len int(8) unsigned, KEY name_title_timestamp (ar_namespace,ar_title,ar_timestamp)