Corrected bug in SQL for workshop_comments table

This commit is contained in:
rkingdon 2003-05-09 22:13:03 +00:00
parent 537718f85a
commit a3a4cd3ed6

View file

@ -111,7 +111,7 @@ CREATE TABLE `prefix_workshop_grades` (
# Table structure for table `workshop_comments`
#
CREATE TABLE `{$CFG->prefix}workshop_comments` (
CREATE TABLE `prefix_workshop_comments` (
`id` int(10) unsigned NOT NULL auto_increment,
`workshopid` int(10) unsigned NOT NULL default '0',
`assessmentid` int(10) unsigned NOT NULL default '0',