Sha256: 21f4e95a575624f460e7eee287e4e677326552eec7049c049bc0836de6eecd2d
Contents?: true
Size: 137 Bytes
Versions: 15
Compression:
Stored size: 137 Bytes
Contents
class AddExpiresAtToTestingNotes < ActiveRecord::Migration def change add_column :testing_notes, :expires_at, :timestamp end end
Version data entries
15 entries across 15 versions & 1 rubygems