update readme

This commit is contained in:
2026-06-17 01:13:00 +07:00
parent a67b08daa1
commit 60a687abfb
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -12,3 +12,4 @@ docker-compose.yml
docker-compose-db.yml docker-compose-db.yml
Dockerfile Dockerfile
.env.example .env.example
README.md
+7
View File
@@ -23,3 +23,10 @@ make run
make build-builder make build-builder
make build-linux make build-linux
``` ```
Миграции
```shell
goose -dir ./migrations create {migration name} sql
goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up
```