diff --git a/app/classes/Framadate/Migration/RPadVotes_from_0_8.php b/app/classes/Framadate/Migration/RPadVotes_from_0_8.php index fe235a111335d54abeb0e57d6278d09d9a93e25c..fcd03c91b94ebc61b8e33c83629a20f42a63f074 100644 --- a/app/classes/Framadate/Migration/RPadVotes_from_0_8.php +++ b/app/classes/Framadate/Migration/RPadVotes_from_0_8.php @@ -62,7 +62,6 @@ INNER JOIN ( GROUP BY s.poll_id ORDER BY s.poll_id) inn ON inn.poll_id = v.poll_id WHERE LENGTH(v.choices) != inn.slots_count - LIMIT 0,1 ) computed ON fv.id = computed.id SET fv.choices = computed.new_choices'); }