Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
f3e75c08
Commit
f3e75c08
authored
Nov 28, 2014
by
Lukas Reschke
Browse files
Disable MSSQL for new CE installations
Since automatic schema migrations are not yet possible let's disable this for now.
parent
2c157da1
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/private/setup.php
View file @
f3e75c08
...
...
@@ -88,7 +88,7 @@ class OC_Setup {
)
);
$configuredDatabases
=
$this
->
config
->
getSystemValue
(
'supportedDatabases'
,
array
(
'sqlite'
,
'mysql'
,
'pgsql'
,
'oci'
,
'mssql'
));
array
(
'sqlite'
,
'mysql'
,
'pgsql'
,
'oci'
));
if
(
!
is_array
(
$configuredDatabases
))
{
throw
new
Exception
(
'Supported databases are not properly configured.'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment