Disable schema dumping

pull/12118/head
Javier Torres 7 years ago
parent c36447f4c9
commit e25a8e3c4e

@ -18,3 +18,6 @@ if Rails.env == 'development'
ActiveRecord::Base.logger = Logger.new(STDOUT)
ActiveRecord::Base.logger.level = Logger::DEBUG
end
# Disable schema dumping, it is broken with the combination of sequel-rails >= 0.4.4 and sequel < 3.47
Rails.application.config.sequel.schema_dump = false

Loading…
Cancel
Save