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

Fixes DISCO-2712: Add an ON DELETE CASCADE action to prefix_keywords.suggestion_id. (backport #6016) #6028

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 2, 2024

This is an automatic backport of pull request #6016 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

This missing action caused "FOREIGN KEY constraint failed" errors when
re-ingesting AMO and Pocket suggestions. AMP and Wikipedia suggestions
are unaffected, because they store their keywords in the `keywords`
table, and `keywords.suggestion_id` has the action.

(cherry picked from commit d631ec1)
@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2024

Codecov Report

Attention: 63 lines in your changes are missing coverage. Please review.

Comparison is base (55a1074) 27.58% compared to head (4bb2e8f) 27.55%.

Files Patch % Lines
components/suggest/src/store.rs 0.00% 62 Missing ⚠️
components/suggest/src/schema.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release-v122    #6028      +/-   ##
================================================
- Coverage         27.58%   27.55%   -0.03%     
================================================
  Files               392      392              
  Lines             49044    49091      +47     
================================================
  Hits              13529    13529              
- Misses            35515    35562      +47     

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

@DonalMe DonalMe removed the request for review from dsmithpadilla January 3, 2024 20:14
Copy link
Contributor

@DonalMe DonalMe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved for AS 122.0.1
This will be included in firefox-android 122.0b6

@DonalMe DonalMe enabled auto-merge January 3, 2024 20:15
@DonalMe DonalMe merged commit 8a9c96d into release-v122 Jan 3, 2024
15 checks passed
@DonalMe DonalMe deleted the mergify/bp/release-v122/pr-6016 branch January 3, 2024 20:42
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.

None yet

3 participants