about summary refs log tree commit diff
path: root/db/migrate/20200917193034_add_type_to_notifications.rb
blob: 002be3aa00b0dc99827dab1ee0de68130e211a4e (plain) (blame)
1
2
3
4
5
class AddTypeToNotifications < ActiveRecord::Migration[5.2]
  def change
    add_column :notifications, :type, :string
  end
end