summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-18 12:26:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-18 12:26:06 +0000
commit4ef86b965b0d5f9f676e5b4044de3e521a431d45 (patch)
tree01f7160d96e4b01d8711284d7ab0b6ecd2e4933e /doc/UPGRADING
parent1cc6dd871bc6ae464b3adbd7ceac9db72d280a47 (diff)
downloadredmine-4ef86b965b0d5f9f676e5b4044de3e521a431d45.tar.gz
redmine-4ef86b965b0d5f9f676e5b4044de3e521a431d45.zip
updated UPGRADING doc file
git-svn-id: http://redmine.rubyforge.org/svn/trunk@254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index 56688e230..21ed4d14f 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -17,6 +17,9 @@ Note that Rails 1.2.2 is required for version 0.4.2 and later
4. Migrate your database:
rake migrate RAILS_ENV="production"
+Note: settings previously defined in custom_config.rb are now stored
+in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
+
== From 0.2.x and below