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-09-05 16:17:23 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-05 16:17:23 +0300
commit4c78c3d5fbaa887e10dd9d9be5c86b4ea0d420ee (patch)
tree3bad384ab2141d48bd155b52dc3f4304c1f5f6e2 /appinfo
parentd4fc586f1a796b8cb19cff543b668470556e44b2 (diff)
Add a migration to update the background jobs table
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4a147be92..07136cc09 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.0-dev.0</version>
+ <version>8.0.0-dev.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -52,6 +52,9 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</background-jobs>
<repair-steps>
+ <pre-migration>
+ <step>OCA\Talk\Migration\FixNamespaceInDatabaseTables</step>
+ </pre-migration>
<post-migration>
<step>OCA\Talk\Migration\CreateHelpCommand</step>
<step>OCA\Talk\Migration\ClearResourceAccessCache</step>