0
0
Fork 0

Adding notifications column

This commit is contained in:
Eugen Rochko 2016-11-20 19:39:18 +01:00
parent da2ef4d676
commit 38dd85daab
30 changed files with 512 additions and 76 deletions

View file

@ -9,5 +9,6 @@ class CreateNotifications < ActiveRecord::Migration[5.0]
end
add_index :notifications, :account_id
add_index :notifications, [:account_id, :activity_id, :activity_type], unique: true, name: 'account_activity'
end
end