github Pogchamp-company/alembic-postgresql-enum v1.4.0

latest releases: v1.9.0b1, v1.8.0, v1.7.0...
12 months ago

What's Changed

  • Ignore mypy errors for migrations by @AlexandrovRoman in #81. This feature is hidden behind the add_type_ignore flag. To enable it you can call new set_configuration function.
alembic_postgresql_enum.set_configuration(
    alembic_postgresql_enum.Config(
        add_type_ignore=True,
    )
)

Full Changelog: v.1.3.0...v1.4.0

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

NewReleases is sending notifications on new releases.