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

- old
+ new

@@ -25,10 +25,10 @@ end def load_migrations( container ) @schema_migration = (container + '001_schema.rb').read @index_migration = (container + '003_indexes.rb').read - @fk_migration = (container + '004_foreign keys.rb').read + @fk_migration = (container + '004_foreign_keys.rb').read end # create indexes and foreign keys, and reset sequences def index logger.info "creating indexes"