From 13706b5263c3e0acb0b4a49152bec2f64c241bfc Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 30 Jan 2005 09:18:21 +0000 Subject: [PATCH] Added 'enrol' field to new user_students tables --- lib/db/mysql.sql | 1 + 1 file changed, 1 insertion(+) 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), -- 2.39.5