corridor / sqlalchemy-history

Library to keep track of changes in SQLAlchemy.
Other
25 stars 24 forks source link

fix(#144): ensure enum-types have unique names #145

Open leberknecht opened 2 weeks ago

leberknecht commented 2 weeks ago

When the column is of type Enum, we have to change the name, as enum types are per-database and not per-table, so creating a new enum with the same name will run into a conflict. closes #144

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 10720239536

Details


Totals Coverage Status
Change from base Build 7974435756: 0.02%
Covered Lines: 4921
Relevant Lines: 5177

💛 - Coveralls