DROP TABLE IF EXISTS `nyu_ttmod_tokens`

1
Please make configurable option in TTMOD config.cs for DROP TABLE IF EXISTS `nyu_ttmod_tokens` command, if exist - DELETE ALL FROM THIS TABLE.
I'm used trigger on remove from this table for Player Full Online Statistic with calculation PlayerOnline time for current Game Year, ON DROP - trigger will be deleted.

On server quit(); command and on error and close server - table is not empty. But this I'm correct with own server mods.
cron