From 4cf702e10147bc8816276a2b51ca9964ed2fe09a Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 19 Mar 2008 13:02:04 +0000 Subject: [PATCH] Take out "bools" section: we're just using smallints now --- maintenance/postgres/compare_schemas.pl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index 7dd4e694ba..2a74ae3b3d 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -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 -- 2.20.1