Enrol/LDAP - DB Patches + version bump

These patches add an 'enrol' column to the user_students and user_teachers tables for the enrolment plugins to be able to keep track of source of the enrolments. Follows similar conventions to the user table with its 'auth' field.

This is a merge of the following patches:
 [email protected]/moodle--eduforge--1.3.3--patch-187
 [email protected]/moodle--eduforge--1.3.3--patch-192
This commit is contained in:
martinlanghoff
2004-11-22 02:36:14 +00:00
parent 4f3fecf4a6
commit 5cd796869e
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2004111700; // YYYYMMDD = date of first major branch release 1.4
$version = 2004112200; // YYYYMMDD = date of first major branch release 1.4
// XY = increments within a single day
$release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name