some more tweaking to do the mappings during filterDef; not totally sure I like it

This commit is contained in:
Brion Vibber
2010-10-15 16:32:37 -07:00
parent fa50ab2a94
commit eb93bdbb03
5 changed files with 44 additions and 15 deletions

View File

@@ -162,7 +162,7 @@ function dumpDiff($tableName, $filter)
}
if ($filter) {
$old = $schema->filterDef($old);
//$old = $schema->filterDef($old);
$def = $schema->filterDef($def);
}