Closed sqlalchemy-bot closed 6 years ago
Michael Bayer (zzzeek) wrote:
Michael Bayer (zzzeek) wrote:
Replace union_update with update
Fixed issue where removed method union_update()
was used when a
customized :class:.MigrationScript
instance included entries in the
.imports
data member, raising an AttributeError.
Change-Id: Ia141db106bc3d57238e2fa6a546041fd573c0ea4 Fixes: #512
→ 4848be786124
Migrated issue, originally created by Michael Bayer (zzzeek)
this has been broken for a long time:
see https://github.com/zzzeek/alembic/pull/46 for pr but we have to re-submit