martinlanghoff b110348b71 Merge from MOODLE_14_STABLE.
Student and teacher enrolments now unique + version bump

Made student and teacher enrolments unique, enforced at the database level. This patch also removes a cleanup job in moodle's cron that removed duplicate enrolments.

Merge of patchset  arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-422
2004-11-24 02:25:36 +00:00
..
2004-11-24 02:25:36 +00:00
2004-11-24 02:25:36 +00:00
2004-11-24 02:25:36 +00:00
2004-11-24 02:25:36 +00:00
2004-09-16 17:13:57 +00:00

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