]> git.mjollnir.org Git - moodle.git/commitdiff
To keep track of upgrading info
authormartin <martin>
Thu, 4 Jul 2002 08:31:22 +0000 (08:31 +0000)
committermartin <martin>
Thu, 4 Jul 2002 08:31:22 +0000 (08:31 +0000)
UPGRADES [new file with mode: 0644]

diff --git a/UPGRADES b/UPGRADES
new file mode 100644 (file)
index 0000000..9a5e3d5
--- /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