Jump to content

Convert all tags to lowercase


Bruno Bacha

Recommended Posts

Hi,

I decided to convert all tags to lower case letters. Already activated the option to "Convert all tags to lowercase" but it seems that did not convert. I could run these commands below without compromising the database?

UPDATE core_tags SET tag_text = lower(tag_text);

UPDATE core_tags_cache SET tag_cache_text = lower(tag_cache_text);

Thanks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...