diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-15 16:32:37 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-15 16:32:37 -0700 |
commit | eb93bdbb038e8e22ee2bbcb84dbe3967672c48cf (patch) | |
tree | faac234d07846f0881a2fecc2c9ef673cdbf4715 /scripts | |
parent | fa50ab2a947219bbf9ef5069c8c40d6c7b02406f (diff) |
some more tweaking to do the mappings during filterDef; not totally sure I like it
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dumpschema.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dumpschema.php b/scripts/dumpschema.php index b8d034d2a..c1b0ff4e0 100644 --- a/scripts/dumpschema.php +++ b/scripts/dumpschema.php @@ -162,7 +162,7 @@ function dumpDiff($tableName, $filter) } if ($filter) { - $old = $schema->filterDef($old); + //$old = $schema->filterDef($old); $def = $schema->filterDef($def); } |