After adding the package and migration the DB, we get this autogenerated line in every doctrine:migrationgenerate we do:
$this->addSql('DROP INDEX sourceuripathhash ON neos_redirecthandler_databasestorage_domain_model_redirect');
Seems that a notification is missing or a table get created by old migrations files but is not used anymore?