Skip to content

Commit

Permalink
Switched back to mysql from pg.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Oct 8, 2010
1 parent de62bf7 commit 8ea3013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gem "rake", "0.8.7"
gem "rails", "2.3.5"
gem "ruby-openid", "2.1.7"
gem "rack-openid", "1.0.3", :require => nil
gem "pg", "0.9.0"
gem "mysql", "2.8.1"
gem "rubytree", "0.7.0"

gem "rdiscount", "1.6.5"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -19,7 +19,7 @@ GEM
rubyforge (>= 2.0.4)
json_pure (1.4.6)
levenshtein (0.2.0)
pg (0.9.0)
mysql (2.8.1)
rack (1.0.1)
rack-openid (1.0.3)
rack (>= 0.4)
Expand Down Expand Up @@ -48,7 +48,7 @@ DEPENDENCIES
chronic (= 0.2.3)
flexmock (= 0.8.7)
levenshtein (= 0.2.0)
pg (= 0.9.0)
mysql (= 2.8.1)
rack-openid (= 1.0.3)
rails (= 2.3.5)
rake (= 0.8.7)
Expand Down
3 changes: 1 addition & 2 deletions config/database.example.yml
@@ -1,6 +1,5 @@
shared: &shared
adapter: postgresql
encoding: unicode
adapter: mysql
pool: 5
min_messages: warning

Expand Down

0 comments on commit 8ea3013

Please sign in to comment.