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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-30 15:04:58 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-30 15:16:22 +0300
commitc60ca2b83d38d9a9a67f3f09d95ee577bd731d39 (patch)
tree3b37dd00516f14e05c6ddfa225f6803cf26ef031 /appinfo
parente6070d272a85ab4b2cff258718e593d12f489025 (diff)
Add a repair step to clear the projecct access
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8af3cab76..94d288900 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -54,6 +54,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<repair-steps>
<post-migration>
<step>OCA\Spreed\Migration\CreateHelpCommand</step>
+ <step>OCA\Spreed\Migration\ClearResourceAccessCache</step>
</post-migration>
<install>
<step>OCA\Spreed\Migration\CreateHelpCommand</step>