Merge pull request #9161 from Tom-Hubrecht/fix-deploy
add default values for some of the config options
This commit is contained in:
commit
30c8d3afcb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ features = [
|
||||||
def database_exists?
|
def database_exists?
|
||||||
ActiveRecord::Base.connection
|
ActiveRecord::Base.connection
|
||||||
true
|
true
|
||||||
rescue ActiveRecord::NoDatabaseError, PG::ConnectionBad
|
rescue ActiveRecord::ConnectionNotEstablished, ActiveRecord::NoDatabaseError, PG::ConnectionBad
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue