Skip to content

Commit

Permalink
Removed deprecated user_id foreign key column from answers table - #484
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Apr 10, 2015
1 parent cfa00ab commit 2874cb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20150410144149_remove_user_id_from_answer.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveUserIdFromAnswer < ActiveRecord::Migration
def change
remove_column :answers, :user_id, :integer
end
end

0 comments on commit 2874cb0

Please sign in to comment.