moodle/lib/db
stronk7 1a0c9eff8e Removed duplicate showreports field in course table!!
That (yy)yanked and (pp)pasted lines!! :-)
Thanks to Juan Pablo, from Bolivia.
2004-01-04 11:51:47 +00:00
..
mysql.php Need to change table name! It was tougher than I thought to work around 2003-12-30 18:07:09 +00:00
mysql.sql Removed duplicate showreports field in course table!! 2004-01-04 11:51:47 +00:00
oci8po.php Initial version for Oracle: does nothing. 2003-09-24 01:30:43 +00:00
oci8po.sql Added columns indent, visible to create, inserts. 2003-09-24 02:06:34 +00:00
postgres7.php Need to change table name! It was tougher than I thought to work around 2003-12-30 18:07:09 +00:00
postgres7.sql Need to change table name! It was tougher than I thought to work around 2003-12-30 18:07:09 +00:00
README Added new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe.com>. Thanks Felipe! 2002-09-25 15:16:21 +00:00
schema.php Adding remaining schema.xml files, one per table...still more to come. 2004-01-02 18:12:45 +00:00
schemaConfig.xml Initial add...separate .xml file for each table. 2004-01-01 19:41:48 +00:00
schemaCourse.xml Initial add...separate .xml file for each table. 2004-01-01 19:41:48 +00:00
schemaCourse_categories.xml Initial add. 2004-01-02 17:55:09 +00:00
schemaCourse_display.xml Initial add. 2004-01-02 17:55:09 +00:00
schemaCourse_groups.xml Initial. 2004-01-02 18:08:06 +00:00
schemaCourse_groups_members.xml Initial. 2004-01-02 18:08:06 +00:00
schemaCourse_modules.xml Initial. 2004-01-02 18:08:06 +00:00
schemaCourse_sections.xml Initial. 2004-01-02 18:08:06 +00:00
schemaExecutionListing.html Initial. 2004-01-02 18:08:06 +00:00
schemaLog.xml Initial. 2004-01-02 18:08:06 +00:00
schemaLog_display.xml Initial. 2004-01-02 18:08:06 +00:00
schemaModules.xml Initial. 2004-01-02 18:08:06 +00:00
schemaScale.xml Initial. 2004-01-02 18:08:06 +00:00
schemaUser.xml Initial. 2004-01-02 18:08:06 +00:00
schemaUser_admins.xml Initial. 2004-01-02 18:08:06 +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