Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
data-schemas
Commits
2d4d6e75
Commit
2d4d6e75
authored
Jul 01, 2020
by
Julien Schröter
Committed by
Julien Schröter
Dec 30, 2020
Browse files
Let func isAnswered return true if >2 qs answered
parent
70361584
Changes
1
Hide whitespace changes
Inline
Side-by-side
akamuschema.sql
View file @
2d4d6e75
...
...
@@ -32,7 +32,7 @@ BEGIN
FROM
`roundquestion`
JOIN
`useranswer`
ON
`roundquestion`
=
`idroundquestion`
WHERE
`roundquestion`
.
`round`
=
roundid
AND
`useranswer`
.
`user`
=
userid
;
RETURN
answered_questions
=
2
;
RETURN
answered_questions
>
=
2
;
END
//
DELIMITER
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment