diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-17 19:22:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-17 19:22:14 +0200 |
commit | 9e48f7f3ba85d1ad57ee4ab4946af51338f004f8 (patch) | |
tree | 282c9b89220c0acd873eb9d152823c1cb2ae3b4e /config | |
parent | d5ef1f28ce0d4014161155e2d0a2493bdba52913 (diff) | |
download | nextcloud-server-9e48f7f3ba85d1ad57ee4ab4946af51338f004f8.tar.gz nextcloud-server-9e48f7f3ba85d1ad57ee4ab4946af51338f004f8.zip |
Remove MSSQL completely from list
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 68d2d06647d..87ca678ce2c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -984,14 +984,12 @@ $CONFIG = array( * - mysql (MySQL) * - pgsql (PostgreSQL) * - oci (Oracle - Enterprise Edition Only) - * - mssql (Microsoft SQL Server - Enterprise Edition Only) */ 'supportedDatabases' => array( 'sqlite', 'mysql', 'pgsql', 'oci', - 'mssql' ), /** |