Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -373,6 +373,9 @@ |
374 | 374 | |
375 | 375 | -- rev_deleted for archives |
376 | 376 | ar_deleted tinyint(1) unsigned NOT NULL default '0', |
| 377 | + |
| 378 | + -- Length of this revision in bytes |
| 379 | + ar_len int(8) unsigned, |
377 | 380 | |
378 | 381 | KEY name_title_timestamp (ar_namespace,ar_title,ar_timestamp) |
379 | 382 | |