Vova Tkach 5 years ago
parent
commit
e1573df82a
2 changed files with 4 additions and 3 deletions
  1. 3 3
      Makefile
  2. 1 0
      README.md

+ 3 - 3
Makefile

@@ -82,6 +82,9 @@ docker-clr:
 	@-docker rm fave-test
 	@-docker rmi fave
 
+migrate:
+	./support/migrate.sh
+
 cy-dev:
 	yarn cypress open
 
@@ -93,6 +96,3 @@ ab:
 	ab -kc 10 -t 120 http://localhost:8080/another/
 	ab -kc 10 -t 120 http://localhost:8080/not-existent-page/
 	ab -kc 10 -t 120 http://localhost:8080/blog/
-
-migrate:
-	./support/migrate.sh

+ 1 - 0
README.md

@@ -54,6 +54,7 @@ Unlimited hosts count. Template variables in [Wiki](https://github.com/vladimiro
 * **make update** - get all dependencies and put to vendor folder
 * **make docker-test** - build image and start on port 8080
 * **make docker-img** - build docker image only
+* **make migrate** - create new empty migration file
 * **make cy-dev** - cypress tests in browser
 * **make cy** - cypress tests in console
 * **make ab** - http stress test