feat: Add emoji & icon picker for Help Center categories (#14702)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIconColorToCategories < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :categories, :icon_color, :string, default: ''
|
||||
end
|
||||
end
|
||||
@@ -428,6 +428,7 @@ ActiveRecord::Schema[7.1].define(version: 2026_06_11_184600) do
|
||||
t.bigint "parent_category_id"
|
||||
t.bigint "associated_category_id"
|
||||
t.string "icon", default: ""
|
||||
t.string "icon_color", default: ""
|
||||
t.index ["associated_category_id"], name: "index_categories_on_associated_category_id"
|
||||
t.index ["locale", "account_id"], name: "index_categories_on_locale_and_account_id"
|
||||
t.index ["locale"], name: "index_categories_on_locale"
|
||||
|
||||
Reference in New Issue
Block a user