Sha256: 373cf0550c02302029737bcd835941384c4a39f4a5892f54ef4e294fa862e229
Contents?: true
Size: 149 Bytes
Versions: 7
Compression:
Stored size: 149 Bytes
Contents
class AddThreadIdToNotifications < ActiveRecord::Migration[4.2] def change add_column :notifiable_notifications, :thread_id, :string end end
Version data entries
7 entries across 7 versions & 1 rubygems