From 66b43b6c74a6ae0b57897d74efad628271bf4be7 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 4 Jul 2002 08:31:22 +0000 Subject: [PATCH] To keep track of upgrading info --- UPGRADES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 UPGRADES diff --git a/UPGRADES b/UPGRADES new file mode 100644 index 0000000000..9a5e3d5fac --- /dev/null +++ b/UPGRADES @@ -0,0 +1,20 @@ +%Id% + +UPGRADING MOODLE +---------------- + +This file keeps track of changes to Moodle that may break +installations. Whenever you upgrade the Moodle code from +an earlier version (by CVS, for example), check this file +to see if there is anything else you need to do to keep +your Moodle installation humming smoothly. + +--------------------------------------------------------- + + + +4-7-2002 Added 'teacher' type to forum->type + +You can use this SQL command to update your forum table: + +ALTER TABLE `forum` CHANGE `type` `type` ENUM('discussion','news','social','general','eachuser','teacher') DEFAULT 'general' NOT NULL -- 2.39.5