Rake task: shortening legacy tags
We have some tags which cannot be indexed because they are longer than 191 characters (which is the limit after conversion to utf8_mb4). A rake task should split them in two parts.
We have some tags which cannot be indexed because they are longer than 191 characters (which is the limit after conversion to utf8_mb4). A rake task should split them in two parts.