feat: Adds the ability to set an emoji for help center category (#8111)
This commit is contained in:
5
db/migrate/20231013072802_add_icon_to_categories.rb
Normal file
5
db/migrate/20231013072802_add_icon_to_categories.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddIconToCategories < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :categories, :icon, :string, default: ''
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user