Pogchamp-company/alembic-postgresql-enum

Enums are not generated inside ARRAY

polamayster opened this issue · 2 comments

Unfortunately approach does not work with neither sa.types.ARRAY nor postgresql.ARRAY for cases like: Column(types.ARRAY(Enum(Goal, name="goal_enum"))) as currently it fails to generate enums definition in such cases.

There is already a pull request working on that

Changes will be available in next 0.1.6 release