Commit ec4a4f06 authored by Yorick Peterse's avatar Yorick Peterse

Merge branch 'current-settings-handle-missing-db' into 'master'

See merge request !2346
parents b64ec38a 8d7a968d
......@@ -41,6 +41,9 @@ module Gitlab
use_db && ActiveRecord::Base.connection.active? &&
!ActiveRecord::Migrator.needs_migration? &&
ActiveRecord::Base.connection.table_exists?('application_settings')
rescue ActiveRecord::NoDatabaseError
false
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment