-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add delete cascade on metadata tables' foreign keys #4584
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
Add delete cascade on metadata tables' foreign keys #4584
Conversation
pivotal-cla
commented
May 5, 2024
@mayleaf Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
pivotal-cla
commented
May 5, 2024
@mayleaf Thank you for signing the Contributor License Agreement!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I delete this method since it's no longer used after this pull request?
61f5b39
to
092ba13
Compare
092ba13
to
35d1165
Compare
Solved #4555
On DELETE CASCADE on Foreign Keys #4555 , We found delete methods in SimpleJobRepository are removing with separated SQL queries for each metadata tables
Add ON DELETE CASCADE to each metadata tables' foreign keys.