Commit d121a4cf authored by romanb's avatar romanb

Fixed #273

Ticket: 273
parent 180d435e
......@@ -146,7 +146,7 @@ class Doctrine_Export_Pgsql extends Doctrine_Export
* @throws PDOException
* @return boolean
*/
public function alterTable($name, $changes, $check)
public function alterTable($name, array $changes, $check)
{
foreach ($changes as $changeName => $change) {
switch ($changeName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment