From a03e07e626e5fc9ed8b605d4374653bc7bbe5c73 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Mon, 1 May 2017 17:37:17 +0800 Subject: [PATCH] Enable pgsql support on user request, not tested by developer. closes #24 --- README.md | 3 ++- appinfo/info.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b955622b..c3e6395b 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/appinfo/info.xml b/appinfo/info.xml index 18d2cb20..4896a97c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,6 +12,7 @@ https://github.com/pellaeon/registration sqlite + pgsql mysql