[Pkg-owncloud-commits] [owncloud] 05/16: add proper description what database is supported by CE and EE
David Prévot
taffit at moszumanska.debian.org
Sun Dec 7 20:58:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5fe7781452e61042d863eda72afc272ccb5b14ad
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Dec 3 08:52:59 2014 +0100
add proper description what database is supported by CE and EE
---
config/config.sample.php | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index c073d94..46b5258 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -83,8 +83,15 @@ $CONFIG = array(
'version' => '',
/**
- * Identifies the database used with this installation: ``sqlite``, ``mysql``,
- * ``pgsql``, ``oci``, or ``mssql``.
+ * Identifies the database used with this installation. See also config option
+ * ``supportedDatabases``
+ *
+ * Available:
+ * - sqlite (SQLite3 - Community Edition Only)
+ * - mysql (MySQL)
+ * - pgsql (PostgreSQL)
+ * - oci (Oracle - Enterprise Edition Only)
+ * - mssql (Microsoft SQL Server - Enterprise Edition Only)
*/
'dbtype' => 'sqlite',
@@ -808,15 +815,14 @@ $CONFIG = array(
),
/**
- * Database types that are supported for installation. (SQLite is available only in
- * ownCloud Community Edition, oci and mssql only for the Enterprise Edition)
+ * Database types that are supported for installation.
*
* Available:
- * - sqlite (SQLite3)
+ * - sqlite (SQLite3 - Community Edition Only)
* - mysql (MySQL)
* - pgsql (PostgreSQL)
- * - oci (Oracle)
- * - mssql (Microsoft SQL Server)
+ * - oci (Oracle - Enterprise Edition Only)
+ * - mssql (Microsoft SQL Server - Enterprise Edition Only)
*/
'supportedDatabases' => array(
'sqlite',
--
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