Update auf 5.7.2 schlägt fehl

Hallo Shopware Community,

sowohl über die Web-Oberfläche als auch in der Shell bekomme ich immer die folgende Fehlermeldung beim Versuch, von 5.6.10 auf 5.7.2 zu aktualisieren:

Apply database migrations...
  0/11 [>---------------------------]   0%
In UpdateCommand.php line 175:
                                                                                                                                       
  Could not apply migration (Migrations_Migration1700). Error: SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint  
                                                                                                                                       

In Manager.php line 217:
                                                                                                                                       
  Could not apply migration (Migrations_Migration1700). Error: SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint  
                                                                                                                                       

update

Und damit ist dann die Site für mich „zerschossen“, d.h. ich kann lediglich nur noch ein Backup einspielen.

Wie behebt man diesen Fehler?

Achso, die SQL-Datei um die Foreign Keys zu reparieren habe ich natürlich auch einzuspielen versucht, da meldet PhpMyAdmin folgendes:

-- Add missing foreign key
ALTER TABLE `s_customer_streams_attributes`
  ADD CONSTRAINT `s_customer_streams_attributes_ibfk_1` FOREIGN KEY (`streamID`) REFERENCES `s_customer_streams` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION

MySQL meldet: Dokumentation
#1822 - Failed to add the foreign key constaint. Missing index for constraint 's_customer_streams_attributes_ibfk_1' in the referenced table 's_customer_streams'

Die Tabelle s_customer_streams_attributes enthält zu dem Zeitpunkt null Datensätze.

Ich würde mich über jegliche Hilfestellung freuen!

Danke & freundliche Grüße.