Sha256: 17d6043ccf8bc0c7956e67c1dcc1dfaeaa57da0fbdda86c602444b41b7507722

Contents?: true

Size: 170 Bytes

Versions: 27

Compression:

Stored size: 170 Bytes

Contents

module ORS::Commands

  class Migrate < Base

    def execute
      info "migrating #{name} #{environment}..."

      run_migrations migration_server
    end

  end

end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ors-0.0.8 lib/ors/commands/migrate.rb
ors-0.0.7 lib/ors/commands/migrate.rb
ors-0.0.6 lib/ors/commands/migrate.rb
ors-0.0.5 lib/ors/commands/migrate.rb
ors-0.0.3 lib/ors/commands/migrate.rb
ors-0.0.2 lib/ors/commands/migrate.rb
ors-0.0.1 lib/ors/commands/migrate.rb