Sha256: 56184a9faca661e2d99c713cef9f44ce4c6f47e0bba0a52c7f9de531170a0fd2
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
class AddDeliveryTrackingInfoToMailboxerReceipts < ActiveRecord::Migration[4.2] def change add_column :mailboxer_receipts, :is_delivered, :boolean, default: false add_column :mailboxer_receipts, :delivery_method, :string add_column :mailboxer_receipts, :message_id, :string end end
Version data entries
4 entries across 2 versions & 1 rubygems