Merge pull request #4201 from arunagw/no_worry_about_1.9.2

Revert "This conditions is required to work with database create task.
This commit is contained in:
Santiago Pastorino 2011-12-27 04:41:18 -08:00
commit 1a7701522d
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ db_namespace = namespace :db do
end
end
else
# Bug with 1.9.2 Calling return within begin still executes else
$stderr.puts "#{config['database']} already exists" unless config['adapter'] =~ /sqlite/
$stderr.puts "#{config['database']} already exists"
end
end