From: mjollnir_ Date: Wed, 17 Nov 2004 03:17:05 +0000 (+0000) Subject: Bug fix for sql for new workshop tables for mysql X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=17c88613b41dad58726a5531e6a44ccdac460197;p=moodle.git Bug fix for sql for new workshop tables for mysql --- diff --git a/mod/workshop/db/mysql.sql b/mod/workshop/db/mysql.sql index d018099b03..25680b5dbf 100644 --- a/mod/workshop/db/mysql.sql +++ b/mod/workshop/db/mysql.sql @@ -141,7 +141,7 @@ CREATE TABLE `prefix_workshop_stockcomments` ( `workshopid` int(10) unsigned NOT NULL default '0', `elementno` int(10) unsigned NOT NULL default '0', `comments` text NOT NULL default '', - PRIMARY KEY (`id`), + PRIMARY KEY (`id`) ) COMMENT='Info about the teacher comment bank'; # --------------------------------------------------------