• 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
..
Synchronizer Loading commit data...
Visitor Loading commit data...
AbstractAsset.php Loading commit data...
AbstractSchemaManager.php Loading commit data...
Column.php Loading commit data...
ColumnDiff.php Loading commit data...
Comparator.php Loading commit data...
Constraint.php Loading commit data...
DB2SchemaManager.php Loading commit data...
DrizzleSchemaManager.php Loading commit data...
ForeignKeyConstraint.php Loading commit data...
Identifier.php Loading commit data...
Index.php Loading commit data...
MySqlSchemaManager.php Loading commit data...
OracleSchemaManager.php Loading commit data...
PostgreSqlSchemaManager.php Loading commit data...
SQLAnywhereSchemaManager.php Loading commit data...
SQLServerSchemaManager.php Loading commit data...
Schema.php Loading commit data...
SchemaConfig.php Loading commit data...
SchemaDiff.php Loading commit data...
SchemaException.php Loading commit data...
Sequence.php Loading commit data...
SqliteSchemaManager.php Loading commit data...
Table.php Loading commit data...
TableDiff.php Loading commit data...
View.php Loading commit data...