Updating Contacts results in SQL Error

Hello,

updating Contacts resulted in this error

` Doctrine\DBAL\Exception\TableExistsException: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ā€˜oc_migrationsā€™ already exists

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1780:

Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1719:

Doctrine\DBAL\Connection->handleDriverException()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1067:

Doctrine\DBAL\Connection->convertExceptionDuringQuery()

/config/www/nextcloud/lib/private/DB/Connection.php - line 261:

Doctrine\DBAL\Connection->executeQuery()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1809:

OC\DB\Connection->executeQuery()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 175:

Doctrine\DBAL\Connection->query()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 76:

OC\DB\Migrator->applySchema()

/config/www/nextcloud/lib/private/DB/Connection.php - line 582:

OC\DB\Migrator->migrate()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 177:

OC\DB\Connection->migrateToSchema()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 191:

OC\DB\MigrationService->createMigrationTable()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 264:

OC\DB\MigrationService->getMigratedVersions()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 422:

OC\DB\MigrationService->getMigrationsToExecute()

/config/www/nextcloud/lib/private/Installer.php - line 154:

OC\DB\MigrationService->migrate()

/config/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php - line 451:

OC\Installer->installApp()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 225:

OCA\Settings\Controller\AppSettingsController->enableApps()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 133:

OC\AppFramework\Http\Dispatcher->executeController()

/config/www/nextcloud/lib/private/AppFramework/App.php - line 172:

OC\AppFramework\Http\Dispatcher->dispatch()

/config/www/nextcloud/lib/private/Route/Router.php - line 298:

OC\AppFramework\App::main()

/config/www/nextcloud/lib/base.php - line 1030:

OC\Route\Router->match()

/config/www/nextcloud/index.php - line 36:

OC::handleRequest()

Verursacht durch Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ā€˜oc_migrationsā€™ already exists

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php - line 87:

Doctrine\DBAL\Driver\PDO\Exception::new()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1062:

Doctrine\DBAL\Driver\PDO\Connection->query()

/config/www/nextcloud/lib/private/DB/Connection.php - line 261:

Doctrine\DBAL\Connection->executeQuery()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1809:

OC\DB\Connection->executeQuery()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 175:

Doctrine\DBAL\Connection->query()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 76:

OC\DB\Migrator->applySchema()

/config/www/nextcloud/lib/private/DB/Connection.php - line 582:

OC\DB\Migrator->migrate()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 177:

OC\DB\Connection->migrateToSchema()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 191:

OC\DB\MigrationService->createMigrationTable()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 264:

OC\DB\MigrationService->getMigratedVersions()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 422:

OC\DB\MigrationService->getMigrationsToExecute()

/config/www/nextcloud/lib/private/Installer.php - line 154:

OC\DB\MigrationService->migrate()

/config/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php - line 451:

OC\Installer->installApp()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 225:

OCA\Settings\Controller\AppSettingsController->enableApps()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 133:

OC\AppFramework\Http\Dispatcher->executeController()

/config/www/nextcloud/lib/private/AppFramework/App.php - line 172:

OC\AppFramework\Http\Dispatcher->dispatch()

/config/www/nextcloud/lib/private/Route/Router.php - line 298:

OC\AppFramework\App::main()

/config/www/nextcloud/lib/base.php - line 1030:

OC\Route\Router->match()

/config/www/nextcloud/index.php - line 36:

OC::handleRequest()

Verursacht durch PDOException: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ā€˜oc_migrationsā€™ already exists

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php - line 82:

PDO->query()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1062:

Doctrine\DBAL\Driver\PDO\Connection->query()

/config/www/nextcloud/lib/private/DB/Connection.php - line 261:

Doctrine\DBAL\Connection->executeQuery()

/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php - line 1809:

OC\DB\Connection->executeQuery()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 175:

Doctrine\DBAL\Connection->query()

/config/www/nextcloud/lib/private/DB/Migrator.php - line 76:

OC\DB\Migrator->applySchema()

/config/www/nextcloud/lib/private/DB/Connection.php - line 582:

OC\DB\Migrator->migrate()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 177:

OC\DB\Connection->migrateToSchema()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 191:

OC\DB\MigrationService->createMigrationTable()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 264:

OC\DB\MigrationService->getMigratedVersions()

/config/www/nextcloud/lib/private/DB/MigrationService.php - line 422:

OC\DB\MigrationService->getMigrationsToExecute()

/config/www/nextcloud/lib/private/Installer.php - line 154:

OC\DB\MigrationService->migrate()

/config/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php - line 451:

OC\Installer->installApp()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 225:

OCA\Settings\Controller\AppSettingsController->enableApps()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 133:

OC\AppFramework\Http\Dispatcher->executeController()

/config/www/nextcloud/lib/private/AppFramework/App.php - line 172:

OC\AppFramework\Http\Dispatcher->dispatch()

/config/www/nextcloud/lib/private/Route/Router.php - line 298:

OC\AppFramework\App::main()

/config/www/nextcloud/lib/base.php - line 1030:

OC\Route\Router->match()

/config/www/nextcloud/index.php - line 36:

OC::handleRequest()`