Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-25 11:39:57 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-11-25 11:39:57 +0300
commitdee88d08e4884dfc6440dd664d84e710cd5aa333 (patch)
treeef9439a23bf1797d2e7bbce4264a9d6f5d3099a9 /core/shipped.json
parent7b2c60d1a369ad63494ace68ecdd8ae1e0fd280a (diff)
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 <lukas@statuscode.ch>
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json1
1 files changed, 1 insertions, 0 deletions
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",