fix alembic first migration
Some checks failed
Deploy Amap / deploy (push) Failing after 5s

This commit is contained in:
2026-02-20 00:10:36 +01:00
parent f6101a251a
commit a16c940452
8 changed files with 163 additions and 164 deletions

View File

@@ -21,7 +21,6 @@ fastapi dev src/main.py
### Migration
This repository use `alembic` for migrations
On first installation copy the `alembic.ini.example` to `alembic.ini`
#### Create migration
```console
alembic revision --autogenerate -m "message"