From 0e7551f587d511af131e7699ce1ccbf1af7057d4 Mon Sep 17 00:00:00 2001 From: Vijay Joshi Date: Mon, 16 Oct 2023 19:39:56 +0530 Subject: [PATCH] Fix makefile (#232) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ba3215..2e8bfbd 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ docker-run: docker-build .PHONY: migration-up migration-up: - migrate -path db/migration/ -database "${DSN}?sslmode=disable" -verbose up + migrate -path db/migration/ -database "${POSTGRES_DSN}?sslmode=disable" -verbose up .PHONY: migration-down migration-down: