mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Add post_id to user_badges table.
This commit is contained in:
parent
67a2b2598d
commit
7fa972676a
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 New Issue
Block a user