Sha256: 652b0d83bbf6020bcd71377bb0562f49c006334356843e332ad8173fe62e64ab
Contents?: true
Size: 159 Bytes
Versions: 10
Compression:
Stored size: 159 Bytes
Contents
class LateMigration < ActiveRecord::Migration[6.1] def up puts "Doing schema LateMigration" end def down puts "Undoing LateMigration" end end
Version data entries
10 entries across 10 versions & 1 rubygems