-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Filter out backup user status (those beginning with _ as userId) #34569
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
Conversation
|
/backport to stable25 |
CarlSchwan
left a comment
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.
Actually doing that on the db status is a better idea. Can i push yo your branch?
Sure! I just was not able to do it, knowledge wise. |
|
@CarlSchwan I hope you don't mind me pushing here. I just fixed your typo leading to a syntax error. |
|
Signed-off-by: Carl Schwan <[email protected]>
d3998b6 to
8c95e46
Compare
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Carl Schwan <[email protected]>
|
This works now! Thanks Joas! |
Fix #34464
Maybe it is smarter to do it directly on DB level, but I failed to do so…