Reflect new change from CHAR to SMALLINT to match MySQL's pseudo-booleans.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Tue, 19 Feb 2008 00:57:53 +0000 (00:57 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Tue, 19 Feb 2008 00:57:53 +0000 (00:57 +0000)
maintenance/postgres/compare_schemas.pl

index 6f639ec..3842fce 100644 (file)
@@ -279,7 +279,7 @@ timestamp TIMESTAMPTZ
 mediumblob BYTEA
 
 ## OTHER:
-bool CHAR # Sigh
+bool SMALLINT # Sigh
 
 };
 ## Allow specific exceptions to the above