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:
moodler
2005-04-15 14:51:15 +00:00
parent 1daed920e4
commit 72778c9a5a
7 changed files with 19 additions and 2 deletions
+2
View File
@@ -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',