moodle/lib/db
2005-01-27 20:41:54 +00:00
..
index.html Some blank index.html files to prevent browsing 2004-03-20 04:10:26 +00:00
mysql.php Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :( 2005-01-27 20:41:54 +00:00
mysql.sql Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :( 2005-01-27 20:41:54 +00:00
oci8po.php Initial version for Oracle: does nothing. 2003-09-24 01:30:43 +00:00
oci8po.sql Fix for bug #1280: the "showrecent" course setting has to go. 2004-04-29 10:28:19 +00:00
postgres7.php Taking out addition of wrongly named metacourse tables for first upgrade. Those who are tracking head will have already gotten it, but those upgrading from 1.4 to 1.5 don't need to see it. 2005-01-27 20:02:30 +00:00
postgres7.sql Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me! 2005-01-25 04:33:02 +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 New columns and tables. 2004-01-17 12:41:54 +00:00
schemaConfig.xml New columns. 2004-01-17 12:44:50 +00:00
schemaCourse.xml New columns. 2004-01-17 12:44:50 +00:00
schemaCourse_categories.xml Initial add. 2004-01-02 17:55:09 +00:00
schemaCourse_display.xml New columns. 2004-01-17 12:44:50 +00:00
schemaCourse_modules.xml Test run with new columns and tables. 2004-01-17 12:49:49 +00:00
schemaCourse_sections.xml Initial. 2004-01-02 18:08:06 +00:00
schemaEvent.xml Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden. 2004-05-05 07:07:56 +00:00
schemaExecutionListing.html XHTML compliance 2004-09-16 17:13:57 +00:00
schemaGroups.xml Renamed table. 2004-01-17 12:52:42 +00:00
schemaGroups_members.xml Renamed. 2004-01-17 13:02:24 +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 Merged/cleaned changes from MOODLE_15_LDAP to HEAD ... 2004-09-20 09:08:57 +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