Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ConvertType.php again
So embarrasing, sorry.. Creating new account, trying to get everything right - and commiting the wrong file.. Sorry!
This is the correction.

Signed-off-by: lwenderoth <[email protected]>
  • Loading branch information
lwenderoth authored Aug 1, 2024
commit 76a3bb1f51aa76afa1e61ae54bfa3c2199a0f950
2 changes: 1 addition & 1 deletion core/Command/Db/ConvertType.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected function createSchema(Connection $fromDB, Connection $toDB, InputInter

protected function getToDBConnection(InputInterface $input, OutputInterface $output) {
$type = $input->getArgument('type');
$connectionParams = $this->connectionFactory->createDefaultConnectionParams($type);
$connectionParams = $this->connectionFactory->getDefaultConnectionParams($type);
$connectionParams = array_merge($connectionParams, [
'host' => $input->getArgument('hostname'),
'user' => $input->getArgument('username'),
Expand Down