Sha256: 091aa96ad46a11fd25638fa9a5e9501c6b403cd8d6cb8ba77e4209a49736b40d
Contents?: true
Size: 164 Bytes
Versions: 31
Compression:
Stored size: 164 Bytes
Contents
class SuperUpdate < ActiveRecord::Migration[6.0] def up puts "Doing data migration" end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
31 entries across 31 versions & 1 rubygems