Skip to content
Snippets Groups Projects
Commit 46afefb6 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Fix RPad migration

parent 09e1da35
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment