Correcting path in makefile
This commit is contained in:
parent
523a211933
commit
4c7e660a20
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue