Add mysql to suggested values for --database option
This commit is contained in:
parent
b21d0dbfc6
commit
5090937085
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class SpinCommand extends AbstractSpinnerCommand
|
|||
InputOption::VALUE_NONE,
|
||||
'Set this flag to not include a database for your environment.'
|
||||
)
|
||||
->addOption('database', null, InputOption::VALUE_REQUIRED, 'The type of database to use (e.g., mysql, postgresql, sqlite).', null, ['sqlite'])
|
||||
->addOption('database', null, InputOption::VALUE_REQUIRED, 'The type of database to use (e.g., mysql, sqlite).', null, ['mysql', 'sqlite'])
|
||||
->addOption('node', null, InputOption::VALUE_OPTIONAL, 'The Node.js version to use (e.g. 20).');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue