mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Added groupmode setting to course_modules
This commit is contained in:
parent
e9f289635d
commit
ddc7afad9a
5 changed files with 12 additions and 2 deletions
|
@ -110,6 +110,7 @@ CREATE TABLE `prefix_course_modules` (
|
|||
`score` tinyint(4) NOT NULL default '0',
|
||||
`indent` int(5) unsigned NOT NULL default '0',
|
||||
`visible` tinyint(1) NOT NULL default '1',
|
||||
`groupmode` tinyint(4) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `id` (`id`)
|
||||
) TYPE=MyISAM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue