Skip to content
Snippets Groups Projects
Commit 9a8dc4a8 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Disable OCI as it is unsupported by most CE apps

parent f3e75c08
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class OC_Setup {
)
);
$configuredDatabases = $this->config->getSystemValue('supportedDatabases',
array('sqlite', 'mysql', 'pgsql', 'oci'));
array('sqlite', 'mysql', 'pgsql'));
if(!is_array($configuredDatabases)) {
throw new Exception('Supported databases are not properly configured.');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment