Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
66b43b6c
Commit
66b43b6c
authored
Jul 04, 2002
by
martin
Browse files
To keep track of upgrading info
parent
82aa0e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
UPGRADES
0 → 100644
View file @
66b43b6c
%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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment