From: martin <martin>
Date: Thu, 4 Jul 2002 08:31:22 +0000 (+0000)
Subject: To keep track of upgrading info
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66b43b6c74a6ae0b57897d74efad628271bf4be7;p=moodle.git

To keep track of upgrading info
---

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