Add post_id to user_badges table.
This commit is contained in:
parent
67a2b2598d
commit
7fa972676a
|
@ -0,0 +1,5 @@
|
|||
class AddPostIdToUserBadges < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_badges, :post_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue