Skip to content

Commit

Permalink
Issue #7: Accept --no-tablespaces option.
Browse files Browse the repository at this point in the history
On-behalf-of: @salsadigitalauorg <sonny.kieu@salsa.digital>
  • Loading branch information
sonnykt committed Mar 3, 2024
1 parent 6c4a167 commit 0b80f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ protected function configure()
'Enclose the INSERT statements for each dumped table within SET autocommit = 0 and COMMIT statements.')
->addOption('no-create-info', null, InputOption::VALUE_NONE,
'Do not write CREATE DATABASE statements.')
->addOption('no-tablespaces', null, InputOption::VALUE_NONE,
'Currently ignored.')
->addOption('lock-tables', 'l', InputOption::VALUE_NONE,
'Lock all tables before dumping them.')
->addOption('routines', null, InputOption::VALUE_NONE,
Expand Down

0 comments on commit 0b80f21

Please sign in to comment.