github Pogchamp-company/alembic-postgresql-enum v0.1.6

latest releases: v1.9.0b1, v1.8.0, v1.7.0...
2 years ago

Version 0.1.6

Features

  • ARRAY support. Library now work with enums wrapped inside postgresql arrays
  • Logging. Detected changes are being displayed in the console

Bugs

  • Type "..." already exists during table creation.
    Enum types generated by alembic are now being converted to postgresql.ENUM(..., create_type=False) to avoid conflicts with lines generated by our library
  • op.sync_enum_values does not work on columns that have constraints.
    Explicit definition of SQL operators added to keep constraint checks consistent across the renaming

Don't miss a new alembic-postgresql-enum release

NewReleases is sending notifications on new releases.