Skip to content

Commit

Permalink
Add DbIntegrityNullsCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 13, 2023
1 parent 3085a39 commit 4847d66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SetupPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Cake\Routing\RouteBuilder;
use Setup\Command\CurrentConfigConfigureCommand;
use Setup\Command\CurrentConfigDisplayCommand;
use Setup\Command\CurrentConfigPhpinfoCommand;
use Setup\Command\CurrentConfigValidateCommand;
use Setup\Command\DbIntegrityConstraintsCommand;
use Setup\Command\DbIntegrityKeysCommand;
Expand Down Expand Up @@ -43,6 +44,7 @@ public function console(CommandCollection $commands): CommandCollection {
$commands->add('current_config display', CurrentConfigDisplayCommand::class);
$commands->add('current_config configure', CurrentConfigConfigureCommand::class);
$commands->add('current_config validate', CurrentConfigValidateCommand::class);
$commands->add('current_config phpinfo', CurrentConfigPhpinfoCommand::class);

$commands->add('db_integrity keys', DbIntegrityKeysCommand::class);
$commands->add('db_integrity constraints', DbIntegrityConstraintsCommand::class);
Expand Down

0 comments on commit 4847d66

Please sign in to comment.