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

chore: Add absent iesg 0001_initial.py migration#5336

Merged

Conversation

jennifer-richards
Copy link
Member

@jennifer-richards jennifer-richards commented Mar 14, 2023

This began as just the first commit, cherry-picked from #5294. This added the 0001_initial.py migration to the iesg app that needs to be run with --fake because it creates tables that already exist.

Comparing the migration to the database, it seems that an index was meant to be added to TelechatDate on its date field. That came in on 088033d where a number of indexes were added. It looks like it went unnoticed at the time that Django skipped over iesg when creating migrations. I've added the index-that-should-have-been, though we could instead remove it from the model.

We need to merge and deploy this separately from other work touching the iesg migrations because it otherwise will prevent CI tests from running on the PRs. (I am thinking of #5294 here, of course.)

@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #5336 (104f855) into main (f884e07) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 104f855 differs from pull request most recent head 3fbcb1e. Consider uploading reports for the commit 3fbcb1e to get more accurate results

@@           Coverage Diff           @@
##             main    #5336   +/-   ##
=======================================
  Coverage   88.74%   88.74%           
=======================================
  Files         286      286           
  Lines       39669    39669           
=======================================
+ Hits        35205    35206    +1     
+ Misses       4464     4463    -1     

see 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rjsparks rjsparks merged commit ab63eb0 into ietf-tools:main Mar 16, 2023
5 of 6 checks passed
@jennifer-richards jennifer-richards deleted the jennifer/iesg-initial-migration branch March 17, 2023 23:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants