Skip to content

Commit

Permalink
Changed: Getting migration name from args
Browse files Browse the repository at this point in the history
  • Loading branch information
jokius authored and soltanoff committed Feb 26, 2025
1 parent 625b490 commit d04388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mock: ### run mockgen
.PHONY: mock

migrate-create: ### create new migration
migrate create -ext sql -dir migrations 'migrate_name'
migrate create -ext sql -dir migrations '$(word 2,$(MAKECMDGOALS))'
.PHONY: migrate-create

migrate-up: ### migration up
Expand Down

0 comments on commit d04388f

Please sign in to comment.