Skip to content
Discussion options

You must be logged in to vote

the situation with alembic and PostgreSQL enums is unfortunately at a zero level right now, meaning autogenerate doesn't consider PG enums at all and you need to do these ALTER options manually (there are also no alembic ALTER TYPE ops, so you need to use op.execute() for these).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jkugler
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autogenerate for enums a long term subject, tagging issues related to this
2 participants