mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
Added 'enrol' field to new user_students tables
This commit is contained in:
parent
92318548ce
commit
13706b5263
@ -532,6 +532,7 @@ CREATE TABLE `prefix_user_teachers` (
|
|||||||
`timeend` int(10) unsigned NOT NULL default '0',
|
`timeend` int(10) unsigned NOT NULL default '0',
|
||||||
`timemodified` int(10) unsigned NOT NULL default '0',
|
`timemodified` int(10) unsigned NOT NULL default '0',
|
||||||
`timeaccess` int(10) unsigned NOT NULL default '0',
|
`timeaccess` int(10) unsigned NOT NULL default '0',
|
||||||
|
`enrol` varchar(20) NOT NULL default '',
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `id` (`id`),
|
UNIQUE KEY `id` (`id`),
|
||||||
UNIQUE KEY `courseuserid` (course,userid),
|
UNIQUE KEY `courseuserid` (course,userid),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user