mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FEATURE: ability to add description to tags (#15125)
Ability to add description to tags, which will be displayed on hover.
This commit is contained in:

committed by
GitHub

parent
78723345c0
commit
9cabd3721b
7
db/migrate/20211116225901_add_description_to_tags.rb
Normal file
7
db/migrate/20211116225901_add_description_to_tags.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddDescriptionToTags < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :tags, :description, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user