BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

Fix: migration fails after isort #1353

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Related to: #1351

We have detected that migration fails after linting by isort. This is because the priority order of sqlalchemy.PrimaryKeyConstraint and migrate.PrimaryKeyConstraint changed due to a change in the import order in the migration script.

The change in the Class used caused problems with the behavior of the scripts.