defacer 783453129b Fix for bug 2488:
Extending mdl_log column module to varchar(20).
It was already 20 chars in Postgres, so no changes there.
2005-02-08 20:29:17 +00:00
..
2005-02-08 20:29:17 +00:00
2005-02-08 20:29:17 +00:00
2005-02-08 20:29:17 +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