Skip to content

Commit

Permalink
Enable pgsql support on user request, not tested by developer.
Browse files Browse the repository at this point in the history
closes #24
  • Loading branch information
pellaeon committed May 1, 2017
1 parent 324c218 commit a03e07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit a03e07e

Please sign in to comment.