Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Integer port number for postgres import [[#50] state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Feb 4, 2009
1 parent 1acc5fc commit c32c130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/migrate_from_powerdns.rake
Expand Up @@ -199,7 +199,7 @@ namespace :migrate do
:adapter => db_adapter,
:database => db_name,
:host => db_host,
:port => db_port,
:port => db_port.to_i,
:username => db_username,
:password => db_password
}
Expand Down Expand Up @@ -261,4 +261,4 @@ namespace :migrate do
PowerDnsMigration.migrate!
end

end
end

0 comments on commit c32c130

Please sign in to comment.