class ActiveRecord::MigrationContext

def open # :nodoc:

:nodoc:
def open # :nodoc:
  Migrator.new(:up, migrations, schema_migration)
end