summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--israwhidebroken/model.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/israwhidebroken/model.py b/israwhidebroken/model.py
index 28bf4ea..f19eeb4 100644
--- a/israwhidebroken/model.py
+++ b/israwhidebroken/model.py
@@ -46,6 +46,8 @@ class TestResult(SQLObject):
# It's not a float 'cuz we don't have any performance tests in RATS.
# XXX - How do we want to handle WARN or ERROR?
result = IntCol(notNone=True)
+ # userid of the user who submitted the result
+ userid = IntCol(notNone=True)
# bug_id for further information, esp. if the test is a fail.
# XXX list of bug IDs?
bug_id = IntCol()