mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
5cd796869e
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: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-187 arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-192
Once databases exist, Moodle should support a wide variety of databases (because it uses the ADODB library). Unfortunately, database differences still means that the *creation* of the databases is very different. This directory (and the db directory in each module) contains SQL code for creating Moodle databases on each type of database. mysql.sql - the main database Moodle is developed with postgres7.sql - the PostgreSQL schema is still alpha, your feedback is encouraged