mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Add post_id to user_badges table.
This commit is contained in:
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
|
Reference in New Issue
Block a user