lib/combustion/database/load_schema.rb in combustion-0.6.0 vs lib/combustion/database/load_schema.rb in combustion-0.7.0

- old
+ new

@@ -4,9 +4,11 @@ def self.call new.call end def call + ActiveRecord::Schema.verbose = false + case schema_format when :ruby load Rails.root.join('db', 'schema.rb') when :sql ActiveRecord::Base.connection.execute(