Fix featured tags not saving preferred casing (#19732)
This commit is contained in:
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
|
Reference in New Issue
Block a user