mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
FEATURE: lets users favorite 2 badges to show on user-card (#13151)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddIsFavoriteToUserBadge < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :user_badges, :is_favorite, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user