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