From dee88d08e4884dfc6440dd664d84e710cd5aa333 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 25 Nov 2016 09:39:57 +0100 Subject: [PATCH] Add nextcloud_announcements to shipped.json Otherwise on the update from beta1 to beta2 the app would be disabled again as incompatible: ``` root@cloud:/var/www/html# sudo -u www-data php occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set log level to debug Turned on maintenance mode Updating database schema Updated database Disabled 3rd-party app: calendar Disabled 3rd-party app: contacts Disabled 3rd-party app: nextcloud_announcements Disabled 3rd-party app: spreed Update 3rd-party app: calendar Update 3rd-party app: contacts ``` Signed-off-by: Lukas Reschke --- core/shipped.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/shipped.json b/core/shipped.json index 7fb87b7f17d..d325117c67e 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -23,6 +23,7 @@ "gallery", "logreader", "lookup_server_connector", + "nextcloud_announcements", "notifications", "password_policy", "provisioning_api", -- 2.39.5