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