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

Remove cascade delete #65

Merged
merged 1 commit into from
May 26, 2023
Merged

Remove cascade delete #65

merged 1 commit into from
May 26, 2023

Conversation

homanp
Copy link
Collaborator

@homanp homanp commented May 25, 2023

Summary

Remove cascade delete from DB models

Types of changes

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
  • New feature (prefix: feat - non-breaking change which adds functionality)
  • Breaking change (prefix: feat!! or fix!! - fix or feature that would cause existing functionality to not work as expected)
  • Documentation (prefix: docs - improvements to any documentation content for users)
  • Homepage (prefix: page - improvements to the Homepage
  • Contributing Guidelines (prefix: contrib - any improvements to documentation content for contributors - see Contributing

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)
  • Infrastructure (prefix: chore - examples include GitHub Actions, issue templates)

Checklist

  • My code follows the code style of this project and passes {style_guide_run_command}.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • My change has adequate Unit Test coverage.

Terms

@homanp homanp added the bug Something isn't working label May 25, 2023
@homanp homanp self-assigned this May 25, 2023
@homanp homanp merged commit 854adae into main May 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant