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 #2980 - Add cascade delete to foreign keys #2982

Merged
merged 1 commit into from
May 3, 2024

Conversation

kbeaugrand
Copy link
Member

Description

What's new?

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@kbeaugrand kbeaugrand requested a review from a team as a code owner May 3, 2024 17:06
@kbeaugrand kbeaugrand force-pushed the fix/2980_deletetag_values_in_cascade branch from 0de116c to 632a8d7 Compare May 3, 2024 17:06
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.87%. Comparing base (1877a57) to head (632a8d7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2982   +/-   ##
=======================================
  Coverage   85.87%   85.87%           
=======================================
  Files         296      296           
  Lines       11344    11344           
  Branches      890      890           
=======================================
  Hits         9742     9742           
  Misses       1311     1311           
  Partials      291      291           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kbeaugrand kbeaugrand enabled auto-merge (squash) May 3, 2024 17:12
@kbeaugrand kbeaugrand disabled auto-merge May 3, 2024 17:13
@kbeaugrand kbeaugrand merged commit 29bd29a into main May 3, 2024
6 checks passed
@kbeaugrand kbeaugrand deleted the fix/2980_deletetag_values_in_cascade branch May 3, 2024 17:30
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.

Bug: Sync job failed to delete device and edge devices when tag are assigned
2 participants