1
0
Fork 0
mirror of synced 2025-04-08 03:22:07 +00:00

fix makefile

This commit is contained in:
Alex Lushpai 2018-05-25 16:03:50 +03:00
parent 47d790075f
commit e51e857572

View file

@ -45,7 +45,7 @@ migrate: build
@${BIN} --config $(CONFIG_FILE) migrate -p ./migrations/
migrate_test: build
@${BIN} --config $(CONFIG_TEST_FILE) migrate
@${BIN} --config $(CONFIG_TEST_FILE) migrate ./migrations/
migrate_down: build
@${BIN} --config $(CONFIG_FILE) migrate -v down