Sha256: 254d01a615b51eeecd1f9682da903caa56ab8d23ee67fccfb43a98d8dcc2633f
Contents?: true
Size: 233 Bytes
Versions: 68
Compression:
Stored size: 233 Bytes
Contents
class AddEmailedAtToLetterRecipients < ActiveRecord::Migration[5.1] def change add_column :letter_recipients, :emailed_at, :datetime, index: true add_column :letter_recipients, :printed_at, :datetime, index: true end end
Version data entries
68 entries across 68 versions & 1 rubygems