lib/wyrm/restore.rb in wyrm-0.3.0 vs lib/wyrm/restore.rb in wyrm-0.3.1

- old
+ new

@@ -14,11 +14,11 @@ # TODO the problem with lazy loading the schema files is that # errors in indexes and foreign keys will only be picked up at the # end of they probably lengthy table restore process. # TODO check if table has been restored already, and has the correct rows, class Wyrm::Restore - include PumpMaker - include SchemaTools + include Wyrm::PumpMaker + include Wyrm::SchemaTools include Wyrm::Logger def initialize( container, dst_db, pump: nil, drop_tables: false ) @container = Pathname.new container @dst_db = maybe_deebe dst_db