diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-22 14:39:11 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-22 14:39:11 +0200 |
commit | cc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1 (patch) | |
tree | a2f37241fbfbc0f8271f3a7087237454bd5a415b /tests/data/app/expected-info.json | |
parent | c26145aab33481dd958277d2b562703a9c2fd90b (diff) | |
parent | 3aa77960ef78e397ae3e42d82aae32cac3114752 (diff) | |
download | nextcloud-server-cc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1.tar.gz nextcloud-server-cc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1.zip |
Merge pull request #24085 from owncloud/feedback-on-app-migrations
App migration steps need to push feedback to the user ....
Diffstat (limited to 'tests/data/app/expected-info.json')
-rw-r--r-- | tests/data/app/expected-info.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index d86ffed482b..e05d02f7641 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -67,5 +67,9 @@ "max-version": "8" } } + }, + "repair-steps": { + "pre-migration": [], + "post-migration": [] } } |