Setting oci as supported database
This commit is contained in:
parent
ad97ceb787
commit
cba3ec2c7f
|
@ -40,6 +40,7 @@ class Install extends Command {
|
|||
protected function execute(InputInterface $input, OutputInterface $output) {
|
||||
|
||||
// validate the environment
|
||||
$this->config->setSystemValue('supportedDatabases', ['sqlite', 'mysql', 'pgsql', 'oci']);
|
||||
$setupHelper = new Setup($this->config, \OC::$server->getIniWrapper(), \OC::$server->getL10N('lib'), new \OC_Defaults());
|
||||
$sysInfo = $setupHelper->getSystemInfo();
|
||||
$errors = $sysInfo['errors'];
|
||||
|
|
Loading…
Reference in New Issue