Skip to content

Commit

Permalink
Update lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateComman…
Browse files Browse the repository at this point in the history
…d.php

Co-authored-by: Alexander M. Turek <[email protected]>
  • Loading branch information
greg0ire and derrabus authored Jun 5, 2023
1 parent f3f0acf commit 845f20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function configure(): void
$this->setName($this->name)
->setDescription('Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata')
->addOption('em', null, InputOption::VALUE_REQUIRED, 'Name of the entity manager to operate on')
->addOption('complete', null, InputOption::VALUE_NONE, 'This option is a no-op and should be deprecated in 3.1.0')
->addOption('complete', null, InputOption::VALUE_NONE, 'This option is a no-op and will be removed in 4.0')
->addOption('dump-sql', null, InputOption::VALUE_NONE, 'Dumps the generated SQL statements to the screen (does not execute them).')
->addOption('force', 'f', InputOption::VALUE_NONE, 'Causes the generated SQL statements to be physically executed against your database.')
->setHelp(<<<'EOT'
Expand Down

0 comments on commit 845f20c

Please sign in to comment.