Commit 84d4655175961b30598eda880e45eb145eae7119

Authored by Daniela Feitosa
1 parent a20ecf76

Fixed down of migration AddIpAddressToComment

db/migrate/20120307200651_add_ip_address_to_comment.rb
@@ -6,6 +6,6 @@ class AddIpAddressToComment < ActiveRecord::Migration @@ -6,6 +6,6 @@ class AddIpAddressToComment < ActiveRecord::Migration
6 6
7 def self.down 7 def self.down
8 remove_column :comments, :ip_address 8 remove_column :comments, :ip_address
9 - remove_column :comments, :boolean 9 + remove_column :comments, :spam
10 end 10 end
11 end 11 end