r32168 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32167‎ | r32168 | r32169 >
Date:12:55, 19 March 2008
Author:greg
Status:old
Tags:
Comment:
No need for (1), keep tinyint consistent with the other booleans.
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -510,7 +510,7 @@
511511 cat_files int signed NOT NULL default 0,
512512
513513 -- Should the category be hidden from article views?
514 - cat_hidden tinyint(1) unsigned NOT NULL default 0,
 514+ cat_hidden tinyint unsigned NOT NULL default 0,
515515
516516 PRIMARY KEY (cat_id),
517517 UNIQUE KEY (cat_title),

Status & tagging log