After installing the ultimate cron module version 8.x-2.0-alpha4,When I navigate to (/admin/config/system/cron/jobs), I get the following error meassage -
Base table or view not found: 1146 Table 'db_name.ultimate_cron_log' doesn't exist: SELECT l. FROM {ultimate_cron_log}* l WHERE (l.name = :db_condition_placeholder_0) AND (l.log_type IN (:db_condition_placeholder_1)) ORDER BY l.start_time DESC, l.end_time DESC LIMIT 1 OFFSET 0; Array ( [:db_condition_placeholder_0] => system_cron [:db_condition_placeholder_1] => 0 ) in Drupal\ultimate_cron\Entity\CronJob->loadLatestLogEntry() (line 526 of modules\ultimate_cron\src\Entity\CronJob.php).Drupal\Core\Database\Statement->execute(Array, Array) (Line: 640)
I have tried uninstalling and installing it again, but the error persists.Kindly help.