group unread count
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUnreadCountToGroupAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :group_accounts, :unread_count, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user