diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 18:38:34 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 18:38:34 +0100 |
commit | ebb243344a59f00ab7f293f381bcad6fa2e43503 (patch) | |
tree | c2425e4c71a7a4971308a59dc4b68083ffc50ab1 /config/config.sample.php | |
parent | f0e6876f2ec8ec4576ca0ce8bbfee5bd8082dc1f (diff) | |
parent | 18b6fc93329a31fc5578ab359878079a900387d5 (diff) | |
download | nextcloud-server-ebb243344a59f00ab7f293f381bcad6fa2e43503.tar.gz nextcloud-server-ebb243344a59f00ab7f293f381bcad6fa2e43503.zip |
Merge pull request #12499 from owncloud/disableMSSQL
Disable MSSQL and OCI for new CE installations
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 433ff9af0fb..26cc356fd04 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -831,7 +831,7 @@ $CONFIG = array( /** * Database types that are supported for installation. (SQLite is available only in - * ownCloud Community Edition) + * ownCloud Community Edition, oci and mssql only for the Enterprise Edition) * * Available: * - sqlite (SQLite3) |