diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 12:26:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 12:26:06 +0000 |
commit | 4ef86b965b0d5f9f676e5b4044de3e521a431d45 (patch) | |
tree | 01f7160d96e4b01d8711284d7ab0b6ecd2e4933e /doc/UPGRADING | |
parent | 1cc6dd871bc6ae464b3adbd7ceac9db72d280a47 (diff) | |
download | redmine-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/UPGRADING | 3 |
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
|