UNDER CONSTRUCTION - DO NOT USE YET
Version 0.9.1 to 0.9.2
Revision xxx was tagged as version 0.9.2.
1. Add new directives to configuration file
Add these two directives to application/configs/application.ini
:
core.review.tiebreaker = 0.13 core.observer.tiebreaker.notify = 1
2. Run SQL changes
sudo su - postgres psql -U core_user core_test_db < public/installer/sql/update-0.9.1-to-0.9.2.sql
3. Update code
svn up -rxxx
or
svn switch