Skip to content
New issue

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

Increase the number of decimal places for the AbstractLevelTotals #458

Merged
merged 2 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Increase the number of decimal places for the AbstractLevelTotals

    After the migration to increase the number of decimal places for these tables,
    we should be able to use them to 5 decimal places. We just need to also update the models
    used in worker for consistency.
    michelletran-codecov committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7471c89 View commit details
    Browse the repository at this point in the history
  2. Update the shared library to use updated report models

    This keeps the models in sync. Both the Django and SQLAlchemy models should use
    the same decimal precisions
    michelletran-codecov committed May 22, 2024
    Configuration menu
    Copy the full SHA
    40b48c2 View commit details
    Browse the repository at this point in the history