From 7086a1cf527fb85669806d6991d2dd6b469711b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=ADITQ?= Date: Wed, 20 Mar 2024 20:06:15 +0300 Subject: [PATCH] chore: Small improvements in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ad6b6..e4d2161 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ cp template.env .env And replace all default values with actual values +### Generate new migrations(if needed) + +```bash +alembic -c app/alembic.ini revision --autogenerate +``` + ### Apply migrations with alembic ```bash @@ -129,7 +135,7 @@ docker compose pull ### Start containers (in detached mode) ```bash -docker compose up -d +docker compose up -d --build ``` ## 📝 Notes