aerich
aerich copied to clipboard
fix: error when there is __init__.py in the migration folder
Aerich changed from sql to py source code. When there is __init__.py in the migration folder, aerich will report an error. This PR fixes the issue.