Sha256: 42a314e14d52387a454c16e916b3184f055ebb7664f29fb9513230f0c08da881
Contents?: true
Size: 151 Bytes
Versions: 39
Compression:
Stored size: 151 Bytes
Contents
class DbMigration < ActiveRecord::Migration[5.2] def up puts "Doing schema migration" end def down puts "Undoing DbMigration" end end
Version data entries
39 entries across 39 versions & 1 rubygems