mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-19 05:38:54 +01:00
Set help for DBPlatformConvertCommand
This commit is contained in:
@@ -59,8 +59,9 @@ class DBPlatformConvertCommand extends Command
|
||||
|
||||
public function configure(): void
|
||||
{
|
||||
$this->
|
||||
addArgument('url', InputArgument::REQUIRED, 'The database connection URL of the source database to migrate from');
|
||||
$this
|
||||
->setHelp('This command allows you to migrate the database from one database platform to another (e.g. from MySQL to PostgreSQL).')
|
||||
->addArgument('url', InputArgument::REQUIRED, 'The database connection URL of the source database to migrate from');
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output): int
|
||||
|
||||
Reference in New Issue
Block a user