Added 'enrol' field to new user_students tables

This commit is contained in:
moodler 2005-01-30 09:18:21 +00:00
parent 92318548ce
commit 13706b5263

View File

@ -532,6 +532,7 @@ CREATE TABLE `prefix_user_teachers` (
`timeend` int(10) unsigned NOT NULL default '0',
`timemodified` int(10) unsigned NOT NULL default '0',
`timeaccess` int(10) unsigned NOT NULL default '0',
`enrol` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
UNIQUE KEY `courseuserid` (course,userid),