mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Add post_id to user_badges table.
This commit is contained in:
parent
67a2b2598d
commit
7fa972676a
1 changed files with 5 additions and 0 deletions
5
db/migrate/20140610012414_add_post_id_to_user_badges.rb
Normal file
5
db/migrate/20140610012414_add_post_id_to_user_badges.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPostIdToUserBadges < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_badges, :post_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue