diff --git a/app/classes/Framadate/Migration/RPadVotes_from_0_8.php b/app/classes/Framadate/Migration/RPadVotes_from_0_8.php index fe235a1..fcd03c9 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'); }