Extend notifications to be marked as read and unread
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddReadAtToNotifications < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :notifications, :read_at, :timestamp
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user