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

fix: ensure on_delete behavior for process parents in ActivationRequestQueue #937

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

Alex-Izquierdo
Copy link
Collaborator

With the changes done in #656 to support parent processes we lost the DB constraints of the foreign key and the related DB consistency. This PR recovers the behavior of on_delete=models.CASCADE for its relation with activations and event streams.

Signed-off-by: Alex <aizquier@redhat.com>
@Alex-Izquierdo Alex-Izquierdo requested a review from a team as a code owner June 11, 2024 19:34
@Alex-Izquierdo Alex-Izquierdo merged commit cbb6a6f into ansible:main Jun 12, 2024
4 checks passed
@Alex-Izquierdo Alex-Izquierdo deleted the on_delete_process_parent branch June 12, 2024 13:02
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.

3 participants