Sha256: fb4b1d9e8b1056c4742023801dd707f2029e144b4ac288cdd5edde3a1cf0ad44
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
class AddLastErrorMessageToNotifications < ActiveRecord::Migration def change add_column :notifiable_notifications, :last_error_message, :text end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notifiable-rails-0.26.1 | db/migrate/20180302212641_add_last_error_message_to_notifications.rb |