Bug fix for sql for new workshop tables for mysql

This commit is contained in:
mjollnir_ 2004-11-17 03:17:05 +00:00
parent cc72031abe
commit 17c88613b4

View File

@ -141,7 +141,7 @@ CREATE TABLE `prefix_workshop_stockcomments` (
`workshopid` int(10) unsigned NOT NULL default '0', `workshopid` int(10) unsigned NOT NULL default '0',
`elementno` int(10) unsigned NOT NULL default '0', `elementno` int(10) unsigned NOT NULL default '0',
`comments` text NOT NULL default '', `comments` text NOT NULL default '',
PRIMARY KEY (`id`), PRIMARY KEY (`id`)
) COMMENT='Info about the teacher comment bank'; ) COMMENT='Info about the teacher comment bank';
# -------------------------------------------------------- # --------------------------------------------------------