Skip to content

Commit

Permalink
(split)#1007448 by chalet16: Fix typo in DatabaseSchema_pgsql.
Browse files Browse the repository at this point in the history
  • Loading branch information
webchick committed Dec 29, 2010
1 parent e52aeeb commit 419f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql/schema.inc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class DatabaseSchema_pgsql extends DatabaseSchema {
$this->connection->query($query);
if (isset($spec['initial'])) {
$this->connection->update($table)
->fields(array($field, $spec['initial']))
->fields(array($field => $spec['initial']))
->execute();
}
if ($fixnull) {
Expand Down

0 comments on commit 419f01b

Please sign in to comment.