Added a new format field for comments
This commit is contained in:
@@ -42,6 +42,7 @@ CREATE TABLE prefix_assignment_submissions (
|
||||
data2 text NOT NULL default '',
|
||||
grade integer NOT NULL default '0',
|
||||
comment text NOT NULL default '',
|
||||
format integer NOT NULL default '0',
|
||||
teacher integer NOT NULL default '0',
|
||||
timemarked integer NOT NULL default '0',
|
||||
mailed integer NOT NULL default '0'
|
||||
|
||||
Reference in New Issue
Block a user