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 regression that prevented pipeline deletes #203

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

mwylde
Copy link
Member

@mwylde mwylde commented Jul 14, 2023

Fixes a regression in #196, which removed the foreign key relationships between job_configs and connection_table_pipelines to pipeline_definitions, and added to pipelines. However, it missed a necessary ON DELETE CASCADE, which is preventing pipeline deletions.

This PR adds another migration to add that back.

@mwylde mwylde requested a review from jbeisen July 14, 2023 18:46
@mwylde mwylde enabled auto-merge (rebase) July 14, 2023 19:28
@mwylde mwylde merged commit 01f9c15 into master Jul 14, 2023
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