Loading core/lib/Drupal/Core/Command/DbDumpCommand.php +3 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,9 @@ protected function getTables(Connection $connection) { } } // Keep the table names sorted alphabetically. asort($tables); return $tables; } Loading Loading
core/lib/Drupal/Core/Command/DbDumpCommand.php +3 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,9 @@ protected function getTables(Connection $connection) { } } // Keep the table names sorted alphabetically. asort($tables); return $tables; } Loading