Change user type in accounting

This commit is contained in:
nfel 2025-08-17 16:00:57 +03:30
parent 99a383a46d
commit cf9408e76e
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -680,7 +680,7 @@ message Accounting {
uint64 id = 1; uint64 id = 1;
int64 user_id = 2; int64 user_id = 2;
int64 balance = 3; int64 balance = 3;
auth.v1.User user = 4; auth.v1.UserIdentityBasic user = 4;
} }
message IPGGenTokenPayload { message IPGGenTokenPayload {