Update Readme

This commit is contained in:
mattes 2014-12-19 02:50:58 -08:00
parent 05e520bd44
commit 48fe666dbe
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ migrate -url driver://url -path ./migrations migrate -2
migrate -url driver://url -path ./migrations migrate -n migrate -url driver://url -path ./migrations migrate -n
# go to specific migration # go to specific migration
migrate -url driver://url -path ./migrations goto 1
migrate -url driver://url -path ./migrations goto 10
migrate -url driver://url -path ./migrations goto v migrate -url driver://url -path ./migrations goto v
``` ```