Sha256: e7b4880f1ac8b27de0554afaf14ecac34da710d159ec530e7236c16bb5945db3

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

class ChangeShirtsDangerously < ActiveRecord::Migration[4.2]
  def up
    Shirt.find_each do |shirt|
      # uh oh!
    end
  end

  def down
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
good_migrations-0.3.0 example/db/migrate/20170102150000_change_shirts_dangerously.rb
good_migrations-0.2.1 example/db/migrate/20170102150000_change_shirts_dangerously.rb
good_migrations-0.2.0 example/db/migrate/20170102150000_change_shirts_dangerously.rb