TU-Wien-dataLAB / Grader-Service

Grader Service offers lecturers and students a well integrated teaching environment for data science, machine learning and programming classes.
https://grader-service.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Alembic upgrade of `feedback_status` fails for PostgreSQL #203

Closed meffmadd closed 7 months ago

meffmadd commented 7 months ago

Describe the bug Alembic does apparently not create the new Enum type in migrations for PostgreSQL (see: https://www.github.com/sqlalchemy/alembic/issues/278). We need conditional migrations based on the engine.