Project

General

Profile

Download (181 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddMessageToNotification < ActiveRecord::Migration[4.2]
def change
add_column :notifications, :message, :string
add_column :notifications, :actions, :text
end
end
(265-265/386)