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

feat: delete associations on cascade #215

Merged
merged 4 commits into from
May 25, 2024

Conversation

Goncalo-Marques
Copy link
Owner

Summary

Update the database to automatically delete associations when the main resource is deleted.

Changes

  • Update migration by adding CASCADE DELETE on associations
  • Update the service to respect the new DB changes
  • Remove outdated 409 descriptions from the Swagger spec

@Goncalo-Marques Goncalo-Marques added enhancement New feature or request server app Work associated with the server app labels May 24, 2024
@Goncalo-Marques Goncalo-Marques self-assigned this May 24, 2024
@Goncalo-Marques Goncalo-Marques merged commit c8a9b1d into main May 25, 2024
7 checks passed
@Goncalo-Marques Goncalo-Marques deleted the feature/delete-associations-on-cascade branch May 25, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server app Work associated with the server app
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants