Revert "Add notification text tag"

This reverts commit 00167a781d.
This commit is contained in:
Artur Beljajev 2018-09-02 21:20:41 +03:00
parent 056c57530c
commit 16fd21f7cf
2 changed files with 1 additions and 9 deletions

View file

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