tortoise / aerich

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

Add default value for src_folder config #177

Closed yusukefs closed 3 years ago

yusukefs commented 3 years ago

Related to #176, I added providing a default value when accessing src_folder config. I tried to avoid the repeated definition of the default value "." by adding a global variable for that. If there is a better way please give me some advice.

long2ice commented 3 years ago

Thanks! Could you update changelog and version? In pyproject.toml and __init__.py

yusukefs commented 3 years ago

Like this?

long2ice commented 3 years ago

OK, thanks!