Skip to content

Commit

Permalink
changed access creds
Browse files Browse the repository at this point in the history
  • Loading branch information
amitrathore committed Jun 24, 2009
1 parent 82581a6 commit 4355240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def usage
:adapter => "mysql",
:host => ARGV[0],
:database => "swarmiji_#{ARGV[1]}",
:username => "root",
:password => "password"
:username => "cinch",
:password => "secret"
)

ActiveRecord::Base.connection.instance_eval do
Expand Down

0 comments on commit 4355240

Please sign in to comment.