You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add id in pending contribution table. This way we don't need to send 3 params to determinate which one is which. It's also less error prone as in theory we could have record with the same 3 keys, meaning we would be deleting too much data.
The text was updated successfully, but these errors were encountered:
Verified test plan from Adds id to pending contributions table brave-core#4177 for a clean profile
Verified for both one time and recurring (monthly) tips
Verified both displays in pending contributions table in UI
Verified both displays in pending_contribution table in DB
Verified both types can be deleted from table in UI
We should add
id
in pending contribution table. This way we don't need to send 3 params to determinate which one is which. It's also less error prone as in theory we could have record with the same 3 keys, meaning we would be deleting too much data.The text was updated successfully, but these errors were encountered: