mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Corrected bug in SQL for workshop_comments table
This commit is contained in:
parent
537718f85a
commit
a3a4cd3ed6
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue