Sha256: 5c7d95d11b3afe99cacd47f89c2270f43bf6ea1536335c3c87814b09fb0e504a
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
class ChangePantsDangerously < ActiveRecord::Migration def up Pant.find_each do |pant| # uh oh! end end def down end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
good_migrations-0.0.2 | example/db/migrate/20160202182520_change_pants_dangerously.rb |
good_migrations-0.0.1 | example/db/migrate/20160202182520_change_pants_dangerously.rb |