From 84d4655175961b30598eda880e45eb145eae7119 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 25 Apr 2012 23:10:05 -0300 Subject: [PATCH] Fixed down of migration AddIpAddressToComment --- db/migrate/20120307200651_add_ip_address_to_comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20120307200651_add_ip_address_to_comment.rb b/db/migrate/20120307200651_add_ip_address_to_comment.rb index f341099..46ac774 100644 --- a/db/migrate/20120307200651_add_ip_address_to_comment.rb +++ b/db/migrate/20120307200651_add_ip_address_to_comment.rb @@ -6,6 +6,6 @@ class AddIpAddressToComment < ActiveRecord::Migration def self.down remove_column :comments, :ip_address - remove_column :comments, :boolean + remove_column :comments, :spam end end -- libgit2 0.21.2