get_or_create_non_empty_tags_list function tries to INSERT every tag with 12 parameters each, most of which are unnecessary.
✅ :slug - needed
✅ :name - needed
✅ :category - needed
❌ :images_count - defaults to 0
❌ :description - defaults to empty
❌ :short_description - defaults to empty
✅ :namespace - needed
✅ :name_in_namespace - needed
❌ :image - defaults to NULL
❌ :image_format - defaults to NULL
❌ :image_mime_type - defaults to NULL
❌ :mod_notes - defaults to NULL
get_or_create_non_empty_tags_listfunction tries to INSERT every tag with 12 parameters each, most of which are unnecessary.philomena/lib/philomena/tags.ex
Line 122 in b7a95ee