specified compatible databases

This commit is contained in:
Jonathan Treffler 2023-09-02 02:36:50 +02:00 committed by root
parent 8b22d56e32
commit 1412a7548c

View file

@ -5,7 +5,7 @@
<name>Groupfolder Filesystem Snapshots</name>
<summary>App proving a API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
<description>App proving a PHP API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem. Requires a ZFS filesystem.</description>
<version>1.0.0</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="jonathan.treffler@verdigado.com" >Jonathan Treffler</author>
<namespace>GroupfolderFilesystemSnapshots</namespace>
@ -13,6 +13,9 @@
<bugs>https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
<dependencies>
<nextcloud min-version="25" max-version="26"/>
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
</dependencies>
<settings>
<admin>OCA\GroupfolderFilesystemSnapshots\Settings\SnapshotsAdmin</admin>