From: Ævar Arnfjörð Bjarmason Date: Fri, 14 Oct 2005 04:37:59 +0000 (+0000) Subject: * Added documentation to text.old_id X-Git-Tag: 1.6.0~1420 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=4c5243e83a5d3c3a939feb7763af76e4235bd158;p=lhc%2Fweb%2Fwiklou.git * Added documentation to text.old_id --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 27de265066..29cc5b1a54 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -265,6 +265,8 @@ CREATE TABLE /*$wgDBprefix*/text ( -- Unique text storage key number. -- Note that the 'oldid' parameter used in URLs does *not* -- refer to this number anymore, but to rev_id. + -- + -- revision.rev_text_id is a key to this column old_id int(8) unsigned NOT NULL auto_increment, -- Depending on the contents of the old_flags field, the text