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