tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
830 stars 94 forks source link

fix: migrations not applying to database #266

Closed jykob closed 2 years ago

jykob commented 2 years ago

Fixes #264

Migration upgrade/downgrade only return a List[str] of database queries. Those queries were never executed when upgrading/downgrading.

jykob commented 2 years ago

Close since return type was changed from List[str] to a str