mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Merge pull request #3341 from nstapelbroek/fix/postgress-driver-during-config
Fix configuring Postgres leads to wrong database driver key
This commit is contained in:
commit
2750505f28
@ -140,7 +140,7 @@ class InstallCommand extends Command
|
|||||||
|
|
||||||
$config['DB_DRIVER'] = $this->choice('Which database driver do you want to use?', [
|
$config['DB_DRIVER'] = $this->choice('Which database driver do you want to use?', [
|
||||||
'mysql' => 'MySQL',
|
'mysql' => 'MySQL',
|
||||||
'postgresql' => 'PostgreSQL',
|
'pgsql' => 'PostgreSQL',
|
||||||
'sqlite' => 'SQLite',
|
'sqlite' => 'SQLite',
|
||||||
], $config['DB_DRIVER']);
|
], $config['DB_DRIVER']);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user