fix makefile
This commit is contained in:
parent
47d790075f
commit
e51e857572
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue