Ignore ApplicationWorkHistoryBreak#application_form_id #9732
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
We don't need the application_form_id on the
application_work_history_break table, we use the breakable column to
link it to an application form.
This commit ignores the application_form_id and makes sure the deletion
of the history break is going to happen when deleting a candidate, just
like before.
We made application_form_id nullable here
9d60480
Changes proposed in this pull request
Ignore
application_form_id
Delete application_work_history_break when the candidate is deleted. Cascading deletes don't work with polymorphic relations.
Guidance to review
Things to check