mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 06:10:08 +01:00
Bug fix for sql for new workshop tables for mysql
This commit is contained in:
parent
cc72031abe
commit
17c88613b4
@ -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';
|
||||
# --------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user