There is a new method on the AbstractImporter
class called getSuggestedLogTableName
. This gets the short name of the importer class, e.g. PhotopostPro
or vBulletin
or XenForo21
and generates a reasonable prefix, e.g. import_log_photopostpro
.
We then append a number to it, starting with 1, and we test whether the table already exists.