Add notification text tag

This commit is contained in:
Artur Beljajev 2018-08-25 21:34:52 +03:00
parent 412641cdb0
commit 00167a781d
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddTextTagToNotifications < ActiveRecord::Migration
def change
add_column :notifications, :text_tag, :string
end
end