diff --git a/db/migrate/20110406202932_drop_requests_table.rb b/db/migrate/20110406202932_drop_requests_table.rb index 8fad9339b..bff8df042 100644 --- a/db/migrate/20110406202932_drop_requests_table.rb +++ b/db/migrate/20110406202932_drop_requests_table.rb @@ -9,6 +9,12 @@ class DropRequestsTable < ActiveRecord::Migration remove_index :requests, :sender_id drop_table :requests + + execute( <