Rename Hekiho Academy Uniform to make it imply "school uniform"

Posted under Tags

AbsoluteRainbow said:

Wait... alias would automatically rename? How?

It's just how the danbooru codebase works.

If you have tagA and want to move it to tagB, alias tagA -> tagB makes tagB the new primary tag name while leaving tagA behind as a redirect.
If you instead rename tagA -> tagB, tagA still gets moved to tagB, but tagA is not left behind as a redirect.
Doing rename tagA -> tagB and then alias tagA -> tagB is doing the same thing as just aliasing it with an extra step.

1