We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
longitude = fields.DecimalField(max_digits=12, decimal_places=9)
if change it to
longitude = fields.DecimalField(max_digits=16, decimal_places=14)
aerich cant`t generate migrate file.
The text was updated successfully, but these errors were encountered:
I have the same issue too :( Aerich shows "No changes detected"
Sorry, something went wrong.
我也有同样的问题 :( Aerich 显示“没有检测到变化”
final, write a migration sql file to change it.
fix: decimal field change (#246)
3c88833
Successfully merging a pull request may close this issue.
env
desc
longitude = fields.DecimalField(max_digits=12, decimal_places=9)
if change it to
longitude = fields.DecimalField(max_digits=16, decimal_places=14)
aerich cant`t generate migrate file.
The text was updated successfully, but these errors were encountered: