fix makefile
This commit is contained in:
parent
47d790075f
commit
e51e857572
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user