Added groupmode setting to course_modules

This commit is contained in:
moodler 2004-01-11 17:44:09 +00:00
parent e9f289635d
commit ddc7afad9a
5 changed files with 12 additions and 2 deletions

View file

@ -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;