some changes

This commit is contained in:
2025-05-28 14:42:25 +03:00
parent d9f4a64fe6
commit 0c52fc9126

View File

@@ -43,7 +43,7 @@ For development:
For make new migrations: For make new migrations:
```bash ```bash
docker-compose run --rm api alembic revision --autogenerate -m "Migration name" docker-compose run api alembic revision --autogenerate -m "Migration name"
``` ```
For apply migrations: For apply migrations: