📝 — Add enum doc for developers

This commit is contained in:
Luc Didry 2025-02-18 13:47:27 +01:00
parent 471c1eae91
commit 657624ed35
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -15,3 +15,5 @@ venv/bin/alembic -c argos/server/migrations/alembic.ini revision \
```
Edit the created file to remove comments and adapt it to make sure the migration is complete (Alembic is not powerful enough to cover all the corner cases).
In case you want to add an `Enum` type, please have a look at [argos/server/migrations/versions/dcf73fa19fce_specify_check_method.py](https://framagit.org/framasoft/framaspace/argos/-/blob/main/argos/server/migrations/versions/dcf73fa19fce_specify_check_method.py).