Take out "bools" section: we're just using smallints now
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 19 Mar 2008 13:02:04 +0000 (13:02 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 19 Mar 2008 13:02:04 +0000 (13:02 +0000)
maintenance/postgres/compare_schemas.pl

index 7dd4e69..2a74ae3 100644 (file)
@@ -156,6 +156,7 @@ searchindex
 trackbacks
 transcache
 user_newtalk
+updatelog
 ';
 
 ## Make sure all tables in main tables.sql are accounted for int the parsertest.
@@ -372,19 +373,6 @@ rd_namespace   int SMALLINT
 tl_namespace   int SMALLINT
 wl_namespace   int SMALLINT
 
-## "Bools"
-ar_minor_edit    tinyint CHAR
-iw_trans         tinyint CHAR
-page_is_new      tinyint CHAR
-page_is_redirect tinyint CHAR
-rc_bot           tinyint CHAR
-rc_deleted       tinyint CHAR
-rc_minor         tinyint CHAR
-rc_new           tinyint CHAR
-rc_patrolled     tinyint CHAR
-rev_deleted      tinyint CHAR
-rev_minor_edit   tinyint CHAR
-
 ## Easy enough to change if a wiki ever does grow this big:
 ss_good_articles bigint INTEGER
 ss_total_edits   bigint INTEGER