update readme
This commit is contained in:
@@ -31,3 +31,9 @@ make build-linux
|
|||||||
goose -dir ./migrations create {migration name} sql
|
goose -dir ./migrations create {migration name} sql
|
||||||
goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up
|
goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Тестирование
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make test
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user