Skip to content

Commit 88c61fd

Browse files
committed
Explain the semantics of these tables
1 parent 1a1d5e9 commit 88c61fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code_submitter/tables.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
metadata = sqlalchemy.MetaData()
44

5+
# As a team member you upload your archives prior to their being used to
6+
# simulate matches.
57
Archive = sqlalchemy.Table(
68
'archive',
79
metadata,
@@ -19,6 +21,8 @@
1921
),
2022
)
2123

24+
# As a team member you choose which of your uploaded archives is the one which
25+
# should be used for simulating matches.
2226
ChoiceHistory = sqlalchemy.Table(
2327
'choice_history',
2428
metadata,

0 commit comments

Comments
 (0)