[Pkg-owncloud-commits] [owncloud] 448/457: Remove MSSQL completely from list

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:07:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 9e48f7f3ba85d1ad57ee4ab4946af51338f004f8
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Wed Jun 17 19:22:14 2015 +0200

    Remove MSSQL completely from list
---
 config/config.sample.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 68d2d06..87ca678 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'
 ),
 
 /**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list