euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

Make alembic upgrades fail-safe. #655

Closed thet closed 11 months ago

thet commented 11 months ago

In order to run my own alembic upgrade I had to make all other not to fail first :unamused:

With these changes here I could finally run my upgrade steps.

Co-authored by GitHub Copilot, that saved me at least from some typing.

ale-rt commented 11 months ago

You should use alembic stamp to avoid running uneeded upgrade steps

thet commented 11 months ago

Which I did. For some reason it seems to to have worked... Probably a problem on my side then.