INFRA-3012 : Change ssl to require (#421)
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,11 +8,11 @@ docker-build:
|
||||
|
||||
.PHONY: migration-up
|
||||
migration-up:
|
||||
migrate -path db/migration/ -database "${POSTGRES_DSN}?sslmode=prefer" -verbose up
|
||||
migrate -path db/migration/ -database "${POSTGRES_DSN}?sslmode=require" -verbose up
|
||||
|
||||
.PHONY: migration-down
|
||||
migration-down:
|
||||
migrate -path db/migration/ -database "${POSTGRES_DSN}?sslmode=prefer" -verbose down
|
||||
migrate -path db/migration/ -database "${POSTGRES_DSN}?sslmode=require" -verbose down
|
||||
|
||||
.PHONY: build
|
||||
build: test
|
||||
|
||||
Reference in New Issue
Block a user