Enable pgsql support on user request, not tested by developer.
closes #24
This commit is contained in:
parent
324c218c8d
commit
a03e07e626
|
|
@ -12,7 +12,8 @@ Flow:
|
||||||
# Requirements
|
# Requirements
|
||||||
1. ownCloud 9.1.0.7+
|
1. ownCloud 9.1.0.7+
|
||||||
2. Nextcloud 9+
|
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
|
# Install
|
||||||
1. Place this app in `owncloud/apps/` or `nextcloud/apps`
|
1. Place this app in `owncloud/apps/` or `nextcloud/apps`
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
<repository>https://github.com/pellaeon/registration</repository>
|
<repository>https://github.com/pellaeon/registration</repository>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
|
<database>pgsql</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<owncloud min-version="9.0" max-version="9.2"/>
|
<owncloud min-version="9.0" max-version="9.2"/>
|
||||||
<nextcloud min-version="9" max-version="12" />
|
<nextcloud min-version="9" max-version="12" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue