Moved assignment_submission->comment to submissioncomment

(because comment is DB reserved word)
This commit is contained in:
stronk7
2006-09-21 09:35:20 +00:00
parent 1888245ee6
commit ea6432fede
15 changed files with 78 additions and 63 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ CREATE TABLE prefix_assignment_submissions (
data1 text NOT NULL default '',
data2 text NOT NULL default '',
grade integer NOT NULL default '0',
comment text NOT NULL default '',
submissioncomment text NOT NULL default '',
format integer NOT NULL default '0',
teacher integer NOT NULL default '0',
timemarked integer NOT NULL default '0',