# File lib/dm-core/migrations/destructive_migrations.rb, line 11 def self.migrate(repository_name) models.each do |model| model.auto_migrate! end end