mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Add default value for winter:install database selection question.
Refs: 3b650b7ebd
. Thanks to @hune2021.
This commit is contained in:
parent
3ae78a23ce
commit
b2b7978aff
@ -217,7 +217,7 @@ class OctoberInstall extends Command
|
||||
|
||||
protected function setupDatabaseConfig()
|
||||
{
|
||||
$type = $this->choice('Database type', ['MySQL', 'Postgres', 'SQLite', 'SQL Server']);
|
||||
$type = $this->choice('Database type', ['MySQL', 'Postgres', 'SQLite', 'SQL Server'], 'SQLite');
|
||||
|
||||
$typeMap = [
|
||||
'SQLite' => 'sqlite',
|
||||
|
Loading…
x
Reference in New Issue
Block a user