• Martin Poirier Théorêt's avatar
    Check for foreign table name on removed tables foreign key · ed7e49bb
    Martin Poirier Théorêt authored
    According to the comment
    
    // deleting duplicated foreign keys present on both on the orphanedForeignKey
    // and the removedForeignKeys from changedTables
    
    A check must be had on the $removedForeignKey so it does point on the removed table. Currently it does unset all keys removal even the one pointing on other table.
    ed7e49bb
Name
Last commit
Last update
bin Loading commit data...
docs Loading commit data...
lib Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
UPGRADE.md Loading commit data...
build.properties Loading commit data...
build.xml Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...
run-all.sh Loading commit data...