Addition of the overallocation field to the workshop table.

This commit is contained in:
rkingdon
2003-09-25 19:14:14 +00:00
parent eab709a095
commit 5c32d7258d
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ CREATE TABLE prefix_workshop (
grade INT8 NOT NULL default '0',
ntassessments INT NOT NULL default '0',
nsassessments INT NOT NULL default '0',
overallocation INT NOT NULL default '0',
timemodified INT8 NOT NULL default '0',
mergegrades INT NOT NULL default '0',
teacherweight INT NOT NULL default '5',