Sha256: dceb0343b2227b6d2667581d3902c6a5b9332ed2d08a7e7372d8336722364403
Contents?: true
Size: 148 Bytes
Versions: 1
Compression:
Stored size: 148 Bytes
Contents
class AddThreadIdToNotifications < ActiveRecord::Migration[4.2] def change add_column :notifiable_notifications, :thead_id, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notifiable-rails-0.28.0 | db/migrate/201806182135000_add_thread_id_to_notifications.rb |