method

run

run(direction, target_version)
public

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1049
    def run(direction, target_version)
      Migrator.new(direction, migrations, target_version).run
    end