Upgrade 15 to 16 - fail because BackgroundJob Trouble

My error after starting the update via webbrowser to Version 16.0.7

Doctrine\DBAL\Exception\NotNullConstraintViolationException: An exception occurred while executing ‘INSERT INTO oc_jobs (class, argument, last_run, last_checked) VALUES(?, ?, ?, ?)’ with params [“OCA\DAV\BackgroundJob\RegisterRegenerateBirthdayCalendars”, “null”, 0, 1577979126]: SQLSTATE[HY000]: General error: 1364 Field ‘id’ doesn’t have a default value

Any idea what to do?

It seems nextcloud want to make an entry in the database table oc_jobs but can’t because of the missing default value of the field “id”

mariadb 10.2.30