Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixes old promotions not being displayed in the total #5569

Merged
merged 1 commit into from
May 16, 2020

Conversation

NejcZdovc
Copy link
Contributor

@NejcZdovc NejcZdovc commented May 15, 2020

Resolves brave/brave-browser#9796

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

"INNER JOIN creds_batch as cb ON cb.creds_id = ut.creds_id "
"WHERE cb.trigger_id IN (%s)",
"LEFT JOIN creds_batch as cb ON cb.creds_id = ut.creds_id "
"WHERE cb.trigger_id IN (%s) OR ut.creds_id IS NULL",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This check is ok as only old promotions will have null

@NejcZdovc NejcZdovc added CI/skip-ios Do not run CI builds for iOS CI/skip-linux CI/skip-macos-x64 Do not run CI builds for macOS x64 labels May 16, 2020
@NejcZdovc NejcZdovc added this to the 1.11.x - Nightly milestone May 16, 2020
@NejcZdovc
Copy link
Contributor Author

CI timed out on android, everything else was good. Restarting

@NejcZdovc NejcZdovc merged commit 828cf52 into master May 16, 2020
@NejcZdovc NejcZdovc deleted the balance-display branch May 16, 2020 09:19
brave-builds pushed a commit that referenced this pull request May 16, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
CI/skip-ios Do not run CI builds for iOS CI/skip-macos-x64 Do not run CI builds for macOS x64 feature/rewards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Total balance does not include old promotions
3 participants