From 4c5243e83a5d3c3a939feb7763af76e4235bd158 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 14 Oct 2005 04:37:59 +0000 Subject: [PATCH] * Added documentation to text.old_id --- maintenance/tables.sql | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1