diff --git a/.gitea/template b/.gitea/template index 0b7841e..4659d4d 100644 --- a/.gitea/template +++ b/.gitea/template @@ -12,3 +12,4 @@ docker-compose.yml docker-compose-db.yml Dockerfile .env.example +README.md diff --git a/README.md b/README.md index 5687372..6278511 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ make run make build-builder 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 +```