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:
authordartcafe <github@dartcafe.de>2021-06-11 00:09:11 +0300
committerdartcafe <github@dartcafe.de>2021-06-11 00:09:11 +0300
commitb2294b7aa74796e730373a0c7f9c7edb9790a092 (patch)
tree3d19b308553c4b7f22ed9a09c0f55df71f8f99a2 /appinfo
parent238e8875318b05562dcf34aa1c0e5cdaaaa9627f (diff)
rename class
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9bc7ed6f..fa79271e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -36,7 +36,7 @@
<repair-steps>
<pre-migration>
<step>OCA\Polls\Migration\RemoveIndices</step>
- <step>OCA\Polls\Migration\DeleteDuplicates</step>
+ <step>OCA\Polls\Migration\DeleteInvalidRecords</step>
</pre-migration>
<post-migration>
<step>OCA\Polls\Migration\CreateIndices</step>