tortoise / aerich

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

Fixed two problems when using under windows #286

Open tufbel opened 1 year ago

tufbel commented 1 year ago

Modify to use utf-8 by default when reading configuration files containing Chinese characters to prevent reading errors on Windows if the configuration file contains Chinese characters. Add the ability to automatically clean up empty migration directories.