diff --git a/changelog/unreleased/cleanup-owncloudsql.md b/changelog/unreleased/cleanup-owncloudsql.md new file mode 100644 index 0000000000..9315a40cd3 --- /dev/null +++ b/changelog/unreleased/cleanup-owncloudsql.md @@ -0,0 +1,5 @@ +Bugfix: Cleanup owncloudsql driver + +Use `owncloudsql` string when returning errors and removed copyMD as it does not need to copy metadata from files. + +https://github.com/cs3org/reva/pull/1835