From d50f494f7224372ac6c8cec8d8afd5ad1facf22a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 16 Aug 2022 02:13:21 +0000 Subject: [PATCH] Fix caveat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee7eeab..1f03816e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The approach of this app is fundamentally different from the official Nextcloud Photos app, which is very lightweight and works entirely using webdav. This app instead maintains special metadata in a separate table on the backend, and thus can be considered to have different objectives. ## Limitations -Only works on MySQL for now. +Only works on MySQL/MariaDB for now. ## Special Thanks 🙏🏻 Nextcloud team. At least one half of the code is based on the work of the [Nextcloud Photos](https://github.com/nextcloud/photos). \ No newline at end of file