Sha256: a559fec3fb350f9aca4c8fc895f84939e31398bdf2b55b0f25eef741f8f60cbb

Contents?: true

Size: 101 Bytes

Versions: 108

Compression:

Stored size: 101 Bytes

Contents

class IRaiseOnDown < ActiveRecord::Migration
  def self.up
  end

  def self.down
    raise
  end
end

Version data entries

108 entries across 105 versions & 21 rubygems

Version Path
activerecord-2.1.1 test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
activerecord-2.1.2 test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
activerecord-2.3.2 test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
antfarm-0.3.0 rails/vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
antfarm-0.4.0 rails/vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
radiant-0.7.0 vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
radiant-0.7.1 vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
radiant-0.8.0 vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb