From: Greg Sabino Mullane Date: Thu, 5 Jul 2007 13:41:47 +0000 (+0000) Subject: Add in binary type X-Git-Tag: 1.31.0-rc.0~52273 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=3d0ca86cee6d7dd9ceff02336fa22f36ca316299;p=lhc%2Fweb%2Fwiklou.git Add in binary type --- diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index fb21077dda..297e3af2da 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -35,7 +35,7 @@ while () { my $datatype = join '|' => qw( bool tinyint int bigint real float -tinytext mediumtext text char varchar varbinary +tinytext mediumtext text char varchar varbinary binary timestamp datetime tinyblob mediumblob blob );