-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 forgot deletion of notification when delete repository #5506
fix forgot deletion of notification when delete repository #5506
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5506 +/- ##
==========================================
- Coverage 37.64% 37.63% -0.01%
==========================================
Files 317 317
Lines 46827 46828 +1
==========================================
Hits 17626 17626
- Misses 26700 26701 +1
Partials 2501 2501
Continue to review full report at Codecov.
|
Don't we need migration for this? |
@lafriks I will send another PR to v1.7 but not back port to migrate because we cannot add migration on v1.6. When user upgrade from v1.6 to v1.7, the migration will be triggered. |
will fix #3105