From 0c0b10c6b0c347becb9424b30f866d5442810605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 7 Aug 2023 09:46:18 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/add-rebuild-jsoncs3-index-command.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/add-rebuild-jsoncs3-index-command.md diff --git a/changelog/unreleased/add-rebuild-jsoncs3-index-command.md b/changelog/unreleased/add-rebuild-jsoncs3-index-command.md new file mode 100644 index 0000000000..6998c9a1db --- /dev/null +++ b/changelog/unreleased/add-rebuild-jsoncs3-index-command.md @@ -0,0 +1,5 @@ +Enhancement: Add command for rebuilding the jsoncs3 share manager indexes + +We added a command for rebuilding the jsoncs3 share manager indexes. + +https://github.com/owncloud/ocis/pull/6971