Skip to content

Commit

Permalink
refactor: database migration directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeIsClone committed Sep 30, 2024
1 parent a23ce37 commit 6c06d38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/database_migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [ -z "$1" ]; then
exit 1
fi

migrate -database "$DATABASE_URL" -path database/migrations "$1"
migrate -database "$DATABASE_URL" -path internal/database/migrations "$1"

0 comments on commit 6c06d38

Please sign in to comment.