DragonByte Tech
Well-known member
So I'm using the "MasterTitle" style of generating translatable titles for a few parts of my product, but since they don't have an addon ID associated, they don't get removed on uninstall.
If I add the addon ID, they get exported when I export a new phrase XML, which is not desirable.
I don't want to leave orphaned data in the database, so what would be the correct method? Do I simply do a delete from
Fillip
If I add the addon ID, they get exported when I export a new phrase XML, which is not desirable.
I don't want to leave orphaned data in the database, so what would be the correct method? Do I simply do a delete from
xf_phrase
, xf_phrase_compiled
, and xf_phrase_map
, or do the latter two tables get rebuilt at the end of the uninstallation process and I should only delete orphan phrases from the main phrase table?Fillip