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

Make job_id an integer field instead of one-to-one #720

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

mvandenburgh
Copy link
Member

@mvandenburgh mvandenburgh commented Jan 5, 2024

Failed jobs don't have a Job record saved, so we can't use a OneToOneField here.

@jjnesbitt I broke this off of #698; I'm currently reworking that to fit into the new Django app architecture, but I think it makes sense to get this bit in ASAP to update migration 0004 before any new migrations get introduced.

Failed jobs don't have a `Job` record saved.
@mvandenburgh mvandenburgh merged commit c484ca1 into main Jan 5, 2024
2 checks passed
@mvandenburgh mvandenburgh deleted the error-taxonomy-job-id branch January 5, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants