Edit.Install.FixClass not respecting tablePrefix
description
Correction, "N2" is the default prefix, which can be overriden in config file, so:
The page should be looking into MYSCHEMA.SOMEPREFIXITEM table and not MYSCHEMA.SOMEPREFIXN2ITEM as said initially.