Enable pgsql support on user request, not tested by developer.

closes #24
This commit is contained in:
Pellaeon Lin 2017-05-01 17:37:17 +08:00
parent 324c218c8d
commit a03e07e626
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,8 @@ Flow:
# Requirements
1. ownCloud 9.1.0.7+
2. Nextcloud 9+
3. Backend database is MariaDB/MySQL
Supports SQLite and MariaDB, PostgreSQL support is [enabled but not tested](https://github.com/pellaeon/registration/issues/24#issuecomment-294504028).
# Install
1. Place this app in `owncloud/apps/` or `nextcloud/apps`

View File

@ -12,6 +12,7 @@
<repository>https://github.com/pellaeon/registration</repository>
<dependencies>
<database>sqlite</database>
<database>pgsql</database>
<database min-version="5.5">mysql</database>
<owncloud min-version="9.0" max-version="9.2"/>
<nextcloud min-version="9" max-version="12" />