Commit 84d4655175961b30598eda880e45eb145eae7119
1 parent
a20ecf76
Exists in
master
and in
22 other branches
Fixed down of migration AddIpAddressToComment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 |