MySQL error in asterisk.incoming

Getting an error after updating modules:

exit: 255
Unable to continue. SQLSTATE[HY000]: General error: 130 Incorrect file format ‘incoming’ in /var/www/html/admin/modules/core/Core.class.php on line 1948
#0 /var/www/html/admin/modules/core/Core.class.php(1948): PDOStatement->execute()
#1 /var/www/html/admin/modules/core/functions.inc.php(1419): FreePBX\modules\Core->getAllDIDs()
#2 /var/www/html/admin/libraries/BMO/DialplanHooks.class.php(95): core_do_get_config(‘asterisk’)
#3 /var/lib/asterisk/bin/retrieve_conf(864): FreePBX\DialplanHooks->processHooks(‘asterisk’, Array)
#4 {main}

have tried to run --auto-repair -c -o --all-databases but doesn’t help.
Have also tried to run repair table incoming;

Shows incoming Incorrect file format

Assistance is greatly appreciated.

Resolved the issue using:
mysql;
use asterisk;
repair table incoming use_frm;