Commit 7d2e0123f5920ee9abb36a3aad713e35cdcefcb2

Authored by Nathan Broadbent
1 parent b5716f71
Exists in master and in 1 other branch production

Generalized the "Upgrading" section.

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
README.md
... ... @@ -113,11 +113,14 @@ If you want to authenticate via `username`, add the following lines to `app/mode
113 113  
114 114 Upgrading
115 115 ---------
116   -*Note*: If upgrading from a version of Errbit that used Notices embedded in Errs please run:
  116 +*Note*: When upgrading Errbit, please run:
117 117  
118 118 1. git pull origin master ( assuming origin is the github.com/jdpace/errbit repo )
119 119 2. rake db:migrate
120 120  
  121 +If we change the way that data is stored, this will run any migrations to bring your database up to date.
  122 +
  123 +
121 124 Lighthouseapp integration
122 125 -------------------------
123 126  
... ...