diff options
Diffstat (limited to 'core/command/db')
-rw-r--r-- | core/command/db/converttype.php | 2 |
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(); } |