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