We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71c094 commit b30500bCopy full SHA for b30500b
server/Makefile
@@ -67,7 +67,7 @@ del-data:
67
68
.PHONY: migrate
69
migrate: ## dbのマイグレーションを行う
70
- migrate -path migrations -database='mysql://hoge:hoge@tcp(127.0.0.1:3306)/hoge?parseTime=true&collation=utf8mb4_bin' --verbose up
+ migrate -path migrations -database='mysql://hoge:hoge@tcp(localhost:3306)/hoge?parseTime=true&collation=utf8mb4_bin' --verbose up
71
72
73
.PHONY: attach-db
0 commit comments