mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
dont check for pgsql extension during setup
This commit is contained in:
parent
7ffda5d10f
commit
e5d7612a19
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ class Setup {
|
|||
'name' => 'MySQL/MariaDB'
|
||||
),
|
||||
'pgsql' => array(
|
||||
'type' => 'function',
|
||||
'call' => 'pg_connect',
|
||||
'type' => 'pdo',
|
||||
'call' => 'pgsql',
|
||||
'name' => 'PostgreSQL'
|
||||
),
|
||||
'oci' => array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue