1
0
mirror of synced 2024-11-22 12:26:02 +03: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