remove mongo id from the notifications table

This commit is contained in:
zhitomirskiyi 2011-01-31 11:31:59 -08:00
parent 7cb23fd803
commit 2d078a212a

View file

@ -57,6 +57,7 @@ class NotificationMultiplePeople < ActiveRecord::Migration
remove_column :notifications, :actor_id
remove_column :notifications, :mongo_id
end
def self.down