Version 2003100200: improved handling of resubmissions (new field added to workshop_assessments)

This commit is contained in:
rkingdon
2003-10-05 19:00:43 +00:00
parent d8152d04c0
commit 12fbf6995e
9 changed files with 606 additions and 312 deletions
+1
View File
@@ -69,6 +69,7 @@ CREATE TABLE prefix_workshop_assessments (
grade float NOT NULL default '0',
gradinggrade INT NOT NULL default '0',
mailed INT2 NOT NULL default '0',
resubmission INT2 NOT NULL default '0',
generalcomment text NOT NULL,
teachercomment text NOT NULL
);