From 76f7bddfe827e3693df3554148d175588d29688d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 27 Jun 2022 10:19:55 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/migrate-command.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/migrate-command.md diff --git a/changelog/unreleased/migrate-command.md b/changelog/unreleased/migrate-command.md new file mode 100644 index 0000000000..ec3c54f734 --- /dev/null +++ b/changelog/unreleased/migrate-command.md @@ -0,0 +1,6 @@ +Enhancement: New migrate command for migrating shares and public shares + +We added a new `migrate` subcommand which can be used to migrate shares and public shares between different share and publicshare managers. + +https://github.com/owncloud/ocis/pull/3987 +https://github.com/owncloud/ocis/pull/4019