r32170 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32169‎ | r32170 | r32171 >
Date:13:02, 19 March 2008
Author:greg
Status:old
Tags:
Comment:
Take out "bools" section: we're just using smallints now
Modified paths:
  • /trunk/phase3/maintenance/postgres/compare_schemas.pl (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/compare_schemas.pl
@@ -156,6 +156,7 @@
157157 trackbacks
158158 transcache
159159 user_newtalk
 160+updatelog
160161 ';
161162
162163 ## Make sure all tables in main tables.sql are accounted for int the parsertest.
@@ -372,19 +373,6 @@
373374 tl_namespace int SMALLINT
374375 wl_namespace int SMALLINT
375376
376 -## "Bools"
377 -ar_minor_edit tinyint CHAR
378 -iw_trans tinyint CHAR
379 -page_is_new tinyint CHAR
380 -page_is_redirect tinyint CHAR
381 -rc_bot tinyint CHAR
382 -rc_deleted tinyint CHAR
383 -rc_minor tinyint CHAR
384 -rc_new tinyint CHAR
385 -rc_patrolled tinyint CHAR
386 -rev_deleted tinyint CHAR
387 -rev_minor_edit tinyint CHAR
388 -
389377 ## Easy enough to change if a wiki ever does grow this big:
390378 ss_good_articles bigint INTEGER
391379 ss_total_edits bigint INTEGER

Status & tagging log