Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framadate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
framadate
Commits
46afefb6
Commit
46afefb6
authored
9 years ago
by
Olivier PEREZ
Browse files
Options
Downloads
Patches
Plain Diff
Fix RPad migration
parent
09e1da35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/classes/Framadate/Migration/RPadVotes_from_0_8.php
+0
-1
0 additions, 1 deletion
app/classes/Framadate/Migration/RPadVotes_from_0_8.php
with
0 additions
and
1 deletion
app/classes/Framadate/Migration/RPadVotes_from_0_8.php
+
0
−
1
View file @
46afefb6
...
...
@@ -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'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment