mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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
|
@ -67,7 +67,8 @@ CREATE TABLE prefix_course_modules (
|
|||
deleted integer NOT NULL default '0',
|
||||
score integer NOT NULL default '0',
|
||||
indent integer NOT NULL default '0',
|
||||
visible integer NOT NULL default '1'
|
||||
visible integer NOT NULL default '1',
|
||||
groupmode integer NOT NULL default '0'
|
||||
);
|
||||
|
||||
CREATE TABLE prefix_course_sections (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue