mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Reconnect to the first database after db:create
Otherwise, the schema and seed will be loaded onto the test database.
This commit is contained in:
@@ -38,6 +38,7 @@ db_namespace = namespace :db do
|
||||
desc 'Create the database from config/database.yml for the current Rails.env (use db:create:all to create all dbs in the config)'
|
||||
task :create => :load_config do
|
||||
configs_for_environment.each { |config| create_database(config) }
|
||||
ActiveRecord::Base.establish_connection(configs_for_environment.first)
|
||||
end
|
||||
|
||||
def mysql_creation_options(config)
|
||||
|
||||
Reference in New Issue
Block a user