summaryrefslogtreecommitdiffstats
path: root/core/command/db
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/db')
-rw-r--r--core/command/db/converttype.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 617910b3a90..92ca9e41ebe 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -228,6 +228,8 @@ class ConvertType extends Command {
}
protected function getTables(Connection $db) {
+ $db->getConfiguration()->
+ setFilterSchemaAssetsExpression('/^'.$this->config->getSystemValue('dbtableprefix').'/');
return $db->getSchemaManager()->listTableNames();
}