Skip to content

Commit

Permalink
fix(make): migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Nov 10, 2023
1 parent 656b8d8 commit 01812e4
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 @@ -53,7 +53,7 @@ sql: $(sqlc)

.PHONY: migration
migration: $(migrate)
$(migrate) create -seq -ext sql -dir db/migrations $(MIGRATION_NAME)
$(migrate) create -seq -ext sql -dir database/migrations $(MIGRATION_NAME)

.PHONY: up
up: $(MIGRATIONS) $(migrate)
Expand Down

0 comments on commit 01812e4

Please sign in to comment.