From: moodler Date: Sun, 30 Jan 2005 09:18:21 +0000 (+0000) Subject: Added 'enrol' field to new user_students tables X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=13706b5263c3e0acb0b4a49152bec2f64c241bfc;p=moodle.git Added 'enrol' field to new user_students tables --- diff --git a/lib/db/mysql.sql b/lib/db/mysql.sql index dd6b2baee5..c42ff5d3fd 100644 --- a/lib/db/mysql.sql +++ b/lib/db/mysql.sql @@ -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),