remove mongo id from the notifications table
This commit is contained in:
parent
7cb23fd803
commit
2d078a212a
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class NotificationMultiplePeople < ActiveRecord::Migration
|
|||
|
||||
|
||||
remove_column :notifications, :actor_id
|
||||
remove_column :notifications, :mongo_id
|
||||
end
|
||||
|
||||
def self.down
|
||||
|
|
|
|||
Loading…
Reference in a new issue