Sha256: 5146150f802cd0c5a0eb411b5e1ea0d029b07ed358682eb6adf670311512d839
Contents?: true
Size: 276 Bytes
Versions: 98
Compression:
Stored size: 276 Bytes
Contents
class AddEmailedAtToLetterRecipients < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :letter_recipients, :emailed_at, :datetime, index: true add_column :letter_recipients, :printed_at, :datetime, index: true end end end
Version data entries
98 entries across 98 versions & 1 rubygems