Skip to content

Commit

Permalink
Merge pull request #402 from jaronkk/patch-1
Browse files Browse the repository at this point in the history
Fix self.down for the AddUserTypesToBookmarksSearches migration.
  • Loading branch information
cbeer committed Apr 16, 2012
2 parents ac3fc22 + d8e650f commit 234cb25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def self.up
end

def self.down
remove_column :searches, :user_type, :string
remove_column :bookmarks, :user_type, :string
remove_column :searches, :user_type
remove_column :bookmarks, :user_type
end
end

0 comments on commit 234cb25

Please sign in to comment.