r9915 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9914‎ | r9915 | r9916 >
Date:03:08, 5 July 2005
Author:vibber
Status:old
Tags:
Comment:
Somebody forgot to update the interwiki table definition...
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -736,6 +736,9 @@
737737 -- (used, for example, to detect redirect loops)
738738 iw_local BOOL NOT NULL,
739739
 740+ -- Boolean value indicating whether interwiki transclusions are allowed.
 741+ iw_trans TINYINT(1) NOT NULL DEFAULT 0,
 742+
740743 UNIQUE KEY iw_prefix (iw_prefix)
741744
742745 ) TYPE=InnoDB;

Status & tagging log