From 60a687abfb64c09a018473fdf3ea38560f779cd0 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Wed, 17 Jun 2026 01:13:00 +0700 Subject: [PATCH] update readme --- .gitea/template | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) 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 +```