-
Notifications
You must be signed in to change notification settings - Fork 4
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
2700 - Migration discrepancy problem #2703
2700 - Migration discrepancy problem #2703
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2703 +/- ##
===========================================
- Coverage 92.99% 92.30% -0.69%
===========================================
Files 219 234 +15
Lines 4482 5095 +613
Branches 385 442 +57
===========================================
+ Hits 4168 4703 +535
- Misses 242 310 +68
- Partials 72 82 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested by checking out the spring 78 tag, getting some data entered, and checking out develop again to reproduce the issue. Applying this change on top of the failure works great - thanks mo!
Summary of Changes
Provide a brief summary of changes
Pull request closes #2700 _
This PR resolves the migration discrepancy that happened in Sprint 80.
How to Test
The test can be done against two states:
The image below shows results from two commands.
The section on the top shows result from
./manage.py showmigrations search_indexes
. This command compares the migration in DB against what is existing in local ~/app directory.The lower part of screen shows the result of query from DB in shell.
Deliverables
Checklist of ACs:
Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):