Skip to content

Commit b30500b

Browse files
committed
fix: minor bugs
1 parent a71c094 commit b30500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ del-data:
6767

6868
.PHONY: migrate
6969
migrate: ## dbのマイグレーションを行う
70-
migrate -path migrations -database='mysql://hoge:hoge@tcp(127.0.0.1:3306)/hoge?parseTime=true&collation=utf8mb4_bin' --verbose up
70+
migrate -path migrations -database='mysql://hoge:hoge@tcp(localhost:3306)/hoge?parseTime=true&collation=utf8mb4_bin' --verbose up
7171

7272

7373
.PHONY: attach-db

0 commit comments

Comments
 (0)