mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 10:27:54 +08:00
FEATURE: Featured topic for user profile & card (#8461)
This commit is contained in:

committed by
GitHub

parent
b5236591e9
commit
14cb386f1e
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddFeaturedTopicIdToUserProfiles < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :user_profiles, :featured_topic_id, :integer
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user