5867bfb50e
You can now hide/show individual activity modules and even delete them completely! For example, if you hide the "choice" module, then all choice activities will be hidden throughout the whole site, and "Choice" will not appear on any "Add..." menu. Deleting a module is a complete deletion of all data from the database. If you want to try out the deletion on a real module, I suggest the pgassignment module, since it will soon be deleted from CVS anyway (because it's being replaced with workshop). Look for "Manage modules" on the admin menu.
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