Skip to content

Patch unblock user for free trail ends

毛超请求将patch-unblock-user合并到main-jh

relate #3701+

What does this MR do and why?

if user is blocked and then paid(unblock), then blocked again
user should have two blocked attributes
however due to (user_id, key) unique key in attribute table, we have to change previous attribute
make blocked attribute always be last one

Screenshots or screen recordings

below is the result of block user, unblock user and block user again, you will notice old blocked attribute is override by new blocked attribute

Before After
image.png image.png
毛超 编辑于

合并请求报告