lib/wyrm/restore_schema.rb in wyrm-0.1.2 vs lib/wyrm/restore_schema.rb in wyrm-0.1.3

- old
+ new

@@ -1,5 +1,6 @@ require 'logger' +require 'wyrm/db_pump' # Load a schema from a set of dump files (from DumpSchema) # and restore the table data # dst_db = Sequel.connect "postgres://localhost:5454/lots" # rs = RestoreSchema.new dst_db, Pathname('/var/data/lots')