We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da07375 commit 97dde60Copy full SHA for 97dde60
code_submitter/tables.py
@@ -59,6 +59,7 @@
59
),
60
)
61
62
+# TODO: constrain such that each team can only have one choice per session?
63
ChoiceForSession = sqlalchemy.Table(
64
'choice_for_session',
65
metadata,
0 commit comments