Skip to content

Commit

Permalink
Updated upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Oct 23, 2014
1 parent 19d192c commit 81a22a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UPGRADE.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ http://www.packetfence.org/

Notes on upgrading from an older release.

Upgrading from a version prior to 4.5.0
---------------------------------------

Database schema update
^^^^^^^^^^^^^^^^^^^^^^

The class table has a new column delay_by.

Make sure you run the following to update your schema:

mysql -u root -p pf -v < db/upgrade-4.4.0-4.5.0.sql

Upgrading from a version prior to 4.4.0
---------------------------------------
Expand Down

0 comments on commit 81a22a6

Please sign in to comment.