Remove schema and prefix from 3.x's censor list
@@ -720,9 +720,7 @@ class Connection implements ConnectionInterface
'username' => '*****',
'host' => '*****',
'database' => '*****',
- 'port' => '*****',
- 'prefix' => '*****',
- 'schema' => '*****'
+ 'port' => '*****'
];
$replace = array_intersect_key($secrets, $this->_config);
$config = $replace + $this->_config;