File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LDFLAGS := -ldflags "-X main.Version=${VERSION}"
55
66CONFIG_FILE ?= ./config/local.yml
77APP_DSN ?= $(shell sed -n 's/^dsn:[[:space:]]* "\(.* \) "/\1/p' $(CONFIG_FILE ) )
8- MIGRATE := docker run -v $(shell pwd) /migrations:/migrations --network host migrate/migrate -path=/migrations/ -database "$(APP_DSN ) "
8+ MIGRATE := docker run -v $(shell pwd) /migrations:/migrations --network host migrate/migrate:v4.10.0 -path=/migrations/ -database "$(APP_DSN ) "
99
1010PID_FILE := './.pid'
1111FSWATCH_FILE := './fswatch.cfg'
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtn
7777golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5 /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
7878golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
7979golang.org/x/tools v0.0.0-20191205133340-d1f10d1c4e25 /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
80- golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 h1:NfPq5mgc5ArFgVLCpeS4z07IoxSAqVfV/gQ5vxdgaxI =
81- golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
8280golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 h1:EBZoQjiKKPaLbPrbpssUfuHtwM6KV/vb4U85g/cigFY =
8381golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 /go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28 =
8482golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments