Fix featured tags not saving preferred casing (#19732)
This commit is contained in:
parent
f002878c95
commit
b1a219552e
4 changed files with 18 additions and 17 deletions
5
db/migrate/20221104133904_add_name_to_featured_tags.rb
Normal file
5
db/migrate/20221104133904_add_name_to_featured_tags.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddNameToFeaturedTags < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :featured_tags, :name, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue