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: