* Added documentation to text.old_id
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 14 Oct 2005 04:37:59 +0000 (04:37 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 14 Oct 2005 04:37:59 +0000 (04:37 +0000)
maintenance/tables.sql

index 27de265..29cc5b1 100644 (file)
@@ -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