From 4c7e660a20c62a62a8cee38c568cc78ce49eddd1 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 28 Feb 2024 10:58:32 +0100 Subject: [PATCH] Correcting path in makefile --- backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Makefile b/backend/Makefile index 2bd6895..b8cfe3c 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -9,7 +9,7 @@ GOGET = $(GOCMD) get DB_FILE = db.sqlite3 # Directory containing migration SQL scripts -MIGRATIONS_DIR = migrations +MIGRATIONS_DIR = internal/database/migrations # Build target build: