some more tweaking to do the mappings during filterDef; not totally sure I like it
This commit is contained in:
@@ -162,7 +162,7 @@ function dumpDiff($tableName, $filter)
|
||||
}
|
||||
|
||||
if ($filter) {
|
||||
$old = $schema->filterDef($old);
|
||||
//$old = $schema->filterDef($old);
|
||||
$def = $schema->filterDef($def);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user