mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
mysql db defaults to mysql2 gem
This commit is contained in:
@@ -394,6 +394,7 @@ module Rails
|
||||
when "postgresql" then "pg"
|
||||
when "sqlite3" then "sqlite3-ruby"
|
||||
when "frontbase" then "ruby-frontbase"
|
||||
when "mysql" then "mysql2"
|
||||
else options[:database]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user