mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-28 03:58:38 +00:00
Fix RPad migration
This commit is contained in:
parent
09e1da3529
commit
46afefb696
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue