updated UPGRADING doc file

git-svn-id: http://redmine.rubyforge.org/svn/trunk@254 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-18 12:26:06 +00:00
parent 1cc6dd871b
commit 4ef86b965b
1 changed files with 3 additions and 0 deletions

View File

@ -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