diff --git a/pg4wp/driver_pgsql_install.php b/pg4wp/driver_pgsql_install.php index 55ac875..695d353 100644 --- a/pg4wp/driver_pgsql_install.php +++ b/pg4wp/driver_pgsql_install.php @@ -32,6 +32,9 @@ 'tinyint(1)' => 'smallint', "enum('0','1')" => 'smallint', 'COLLATE utf8_general_ci' => '', + + // For flash-album-gallery plugin + 'tinyint' => 'smallint', ); function pg4wp_installing( $sql, &$logto)