From: Greg Sabino Mullane Date: Tue, 19 Feb 2008 00:57:53 +0000 (+0000) Subject: Reflect new change from CHAR to SMALLINT to match MySQL's pseudo-booleans. X-Git-Tag: 1.31.0-rc.0~49442 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=b4bb79f361c9404816d5bee550585a2705094c72;p=lhc%2Fweb%2Fwiklou.git Reflect new change from CHAR to SMALLINT to match MySQL's pseudo-booleans. --- diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index 6f639eca2c..3842fce417 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -279,7 +279,7 @@ timestamp TIMESTAMPTZ mediumblob BYTEA ## OTHER: -bool CHAR # Sigh +bool SMALLINT # Sigh }; ## Allow specific exceptions to the above