mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
.. | ||
index.html | ||
mysql.php | ||
mysql.sql | ||
oci8po.php | ||
oci8po.sql | ||
postgres7.php | ||
postgres7.sql | ||
README | ||
schema.php | ||
schemaConfig.xml | ||
schemaCourse.xml | ||
schemaCourse_categories.xml | ||
schemaCourse_display.xml | ||
schemaCourse_modules.xml | ||
schemaCourse_sections.xml | ||
schemaEvent.xml | ||
schemaExecutionListing.html | ||
schemaGroups.xml | ||
schemaGroups_members.xml | ||
schemaLog.xml | ||
schemaLog_display.xml | ||
schemaModules.xml | ||
schemaScale.xml | ||
schemaUser.xml | ||
schemaUser_admins.xml |
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