-
Notifications
You must be signed in to change notification settings - Fork 888
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
Fixed contribution queue not being deleted (1.2.x) #4303
Conversation
c7f14f2
to
26b32fd
Compare
43b16f0
to
2b753c4
Compare
components/brave_rewards/browser/database/database_contribution_queue.cc
Show resolved
Hide resolved
components/brave_rewards/browser/database/database_contribution_queue.cc
Show resolved
Hide resolved
2b753c4
to
ea88247
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Verification PASSED on Went through the STR outlined via #4303 (comment) and reproduced the issue using
Using the
Also went through the upgrade cases that @LaurenWags mentioned ☝️ on Verification PASSED with
|
Uplift into |
@NejcZdovc don't forget to down-drop (opposite of uplift?) this to 1.3 also 😄 And then I'm not sure if a refactor issue was created for Dev/Nightly regarding a solution which would be allowed to make schema changes |
@bsclifton 1.3 PR created #4307 and issue for 1.4 brave/brave-browser#7593 |
Resolves brave/brave-browser#7579
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
covered with unit tests
plan for QA
contribution_queue
andcontribution_queue_publishers
is emptyReviewer Checklist:
After-merge Checklist:
changes has landed on.