Pogchamp-company/alembic-postgresql-enum
Alembic autogenerate support for creation, alteration and deletion of enums
PythonMIT
Issues
- 1
- 0
Mypy errors when generating migration
#80 opened by 4c0n - 0
Cannot cast enum to another
#85 opened by sherpya - 0
- 2
Specific schema name
#86 opened by PavukEdya - 5
- 0
Emit `sa.Enum(...).with_variant(postgresql.ENUM(...))` instead of `postgresql.ENUM(...)`
#83 opened by Et7f3 - 2
- 2
- 1
Error when adding column enum[]
#76 opened by adriantre - 7
assure usability on multi DB development stack
#69 opened by Miguelreis - 4
- 1
- 3
Duplicate Enumerations are being created
#68 opened by richarddahl - 1
Generated TableReference is missing server_default
#63 opened by Denhai - 2
enum already exists when using array of enum
#60 opened by elyassgh - 5
Updating enum values not working when enum is used by tables in different schemas
#57 opened by A-Nancio - 0
- 7
- 0
- 6
- 2
- 5
- 8
- 0
Updating enum values in non-default schema fails
#34 opened by anujm08 - 0
Detected enum order is inconsistent
#31 opened by Denhai - 13
- 1
Autogenerates crashes because `metadata` is a list (`[Metadata()]`) instead of `Metadata()`
#23 opened by jsmits - 0
Add support for different schemas
#20 opened by RustyGuard - 6
Failing to use on existing Postgres enum
#19 opened by idomic - 5
- 1
Logging detected changes
#17 opened by RustyGuard - 2
Enums are not generated inside ARRAY
#12 opened by polamayster - 2
Add automated regression tests
#2 opened by owenlamont - 3
Loosen dependency version requirements
#1 opened by owenlamont