Fix caveat

pull/37/head
Varun Patil 2022-08-16 02:13:21 +00:00
parent 403de72ec5
commit d50f494f72
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 ## Limitations
Only works on MySQL for now. Only works on MySQL/MariaDB for now.
## Special Thanks 🙏🏻 ## 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). Nextcloud team. At least one half of the code is based on the work of the [Nextcloud Photos](https://github.com/nextcloud/photos).