-
Notifications
You must be signed in to change notification settings - Fork 90
Update
muxx edited this page Oct 4, 2014
·
2 revisions
Branch 1.0 brings migrations machinery which allows to update Pinboard easy when it requires database schema transformation.
Switch to branch 1.0
$ git fetch
$ git checkout v1.0
Update vendors
$ php composer.phar update
Register migration
$ ./console migrations:version --add 20131013132150
Switch to branch 1.x
$ git fetch
$ git checkout v1.x
Update vendors
$ php composer.phar update
Apply changes to database
$ ./console migrations:migrate
Add to parameters.yml
the new options from parameters.yml.dist
.