Two new general-purpose fields in assignment_submissions, so that
most assignment types won't need to create new tables for data The fields are data1 and data2. Backup/restore handled, Eloy ;-)
This commit is contained in:
@@ -33,6 +33,8 @@ CREATE TABLE prefix_assignment_submissions (
|
||||
timecreated integer NOT NULL default '0',
|
||||
timemodified integer NOT NULL default '0',
|
||||
numfiles integer NOT NULL default '0',
|
||||
data1 text NOT NULL default '',
|
||||
data2 text NOT NULL default '',
|
||||
grade integer NOT NULL default '0',
|
||||
comment text NOT NULL default '',
|
||||
teacher integer NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user