mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
027a160469
If the admin specifies a Policy Agreement (via URL in the config variables) then each user is required to see and agree to that document once before continuing. To get everyone to see it again (on an update, say) one just needs to issue: UPDATE user SET policyagreed = 0
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