]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/dumpschema.php
some more tweaking to do the mappings during filterDef; not totally sure I like it
[quix0rs-gnu-social.git] / scripts / dumpschema.php
index b8d034d2a67412fd438b9f8d4e4416d430eff2c4..c1b0ff4e0692f09cf2e5c885e9a73a12af10f051 100644 (file)
@@ -162,7 +162,7 @@ function dumpDiff($tableName, $filter)
     }
 
     if ($filter) {
-        $old = $schema->filterDef($old);
+        //$old = $schema->filterDef($old);
         $def = $schema->filterDef($def);
     }