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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2021-06-14 02:05:46 +0300
committerGitHub <noreply@github.com>2021-06-14 02:05:46 +0300
commit63ef885e5fdec9c2896667a90ba40251c49408e7 (patch)
tree024121a9050cf8de6c29bdb8c79f2ffe3c0f5731 /appinfo
parent7bab19eb10786d08aed770f0e1414be20f9006cf (diff)
parenta6029d01e2583ad4e5251759ac6c7d92e1278ea4 (diff)
Merge pull request #1698 from nextcloud/refactor/pack-migration
Pack migration
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f6bf4dec..c8bd7051 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,8 +35,12 @@
</commands>
<repair-steps>
<pre-migration>
- <step>OCA\Polls\Migration\DeleteDuplicates</step>
+ <step>OCA\Polls\Migration\RemoveIndices</step>
+ <step>OCA\Polls\Migration\DeleteInvalidRecords</step>
</pre-migration>
+ <post-migration>
+ <step>OCA\Polls\Migration\CreateIndices</step>
+ </post-migration>
</repair-steps>
<navigations>
<navigation>