From 38e75d47f13559320c6088962aee32a857c9344a Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 17 May 2011 11:06:36 -0700 Subject: [PATCH] remove request notifications migration --- ...17180148_delete_all_new_request_notifications.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 db/migrate/20110517180148_delete_all_new_request_notifications.rb diff --git a/db/migrate/20110517180148_delete_all_new_request_notifications.rb b/db/migrate/20110517180148_delete_all_new_request_notifications.rb new file mode 100644 index 000000000..971e992a9 --- /dev/null +++ b/db/migrate/20110517180148_delete_all_new_request_notifications.rb @@ -0,0 +1,13 @@ +class DeleteAllNewRequestNotifications < ActiveRecord::Migration + def self.up + execute <