Artem Golovin

Results 5 comments of Artem Golovin

I have created a [library](https://pypi.org/project/alembic-postgresql-enum/) that can help with this issue. It will track the occurrence, deletion and modification of enums and add the appropriate commands to the migration Just...

Please provide generated migration for more context

Order of enum values actually matters in postgresql. https://www.postgresql.org/docs/current/datatype-enum.html#DATATYPE-ENUM-ORDERING So this behavior is a feature, not a bug

I think it should be an opt-out feature. Otherwise no one (even those who need it) will use it

Looks good to me, this pr will be a part of the next release