Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-01-05 23:03:37 +0300
committerGitHub <noreply@github.com>2017-01-05 23:03:37 +0300
commitd78352a50479d6fdcc32041bb9de245f92a67cc9 (patch)
treef37ed07157e547ede74732cf4d15c28a03c9b30e
parent399aa191264cfe210c1d204f2711e976c20662ff (diff)
Add migrations to upgrade guide
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82935d4..8598773 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ There are breaking changes between 2.x and 1.x; it is not yet possible to automa
- Back up your database and files
- Update by using `git pull` or downloading a release
- Run `composer install -no-dev -o` to ensure dependencies are up to date
+ - Migrate with `php artisan migrate` to ensure database structure is up to date
#### Browser Extensions