The compare view of the versions shows for categories not the id, it shows the name. This is possible because we have a lookup table definition. This PR add the definition for tags so that we can show tag names instead of tag ids.
Testing Instructions
This is not easy to test fully:
You have to make an Update from 5.4.x and MUST use the Custom-Update-URL.
XOR
Grap the sql from that file, replace the prefix and let it run on your database (using the tool you like)
However you did it, after it you must create some versions of (articles, contact, something that has tags and versioning)
Go then to the compare view and check if the tags are listed as tag names or ids
It seems the information added here with an update SQL is also missing for new installations in files installation/sql/<db type>/supports.sql, or am I missing something?
Does this also work for 3rd party extensions?