From 2d078a212a7eb1622bb314d1ed11cc7344677192 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Mon, 31 Jan 2011 11:31:59 -0800 Subject: [PATCH] remove mongo id from the notifications table --- db/migrate/20110130072907_notification_multiple_people.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20110130072907_notification_multiple_people.rb b/db/migrate/20110130072907_notification_multiple_people.rb index 1460d9e81..9e1786f16 100644 --- a/db/migrate/20110130072907_notification_multiple_people.rb +++ b/db/migrate/20110130072907_notification_multiple_people.rb @@ -57,6 +57,7 @@ class NotificationMultiplePeople < ActiveRecord::Migration remove_column :notifications, :actor_id + remove_column :notifications, :mongo_id end def self.down