Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -736,6 +736,9 @@ |
737 | 737 | -- (used, for example, to detect redirect loops) |
738 | 738 | iw_local BOOL NOT NULL, |
739 | 739 | |
| 740 | + -- Boolean value indicating whether interwiki transclusions are allowed. |
| 741 | + iw_trans TINYINT(1) NOT NULL DEFAULT 0, |
| 742 | + |
740 | 743 | UNIQUE KEY iw_prefix (iw_prefix) |
741 | 744 | |
742 | 745 | ) TYPE=InnoDB; |