Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UNDER CONSTRUCTION - DO NOT USE YET

Numbered Headings
start-numbering-ath2

Version 0.9.1 to 0.9.2

Revision xxx was tagged as version 0.9.2.

Add new directives to configuration file

asdfasdfasf = afasdfasf

Add these two directives to application/configs/application.ini:

Code Block
langphp

core.review.tiebreaker = 0.13
core.observer.tiebreaker.notify = 1

Run SQL changes

Code Block

sudo su - postgres
psql -U core_user core_test_db < public/installer/sql/update-0.9.1-to-0.9.2.sql

Update code

svn up -rxxx
or
svn switch