feat: add new column and delete old
This commit is contained in:
2
src/infrastructure/cache/keydb_client.py
vendored
2
src/infrastructure/cache/keydb_client.py
vendored
@@ -40,7 +40,7 @@ class KeydbCache(ICache):
|
||||
'middle_name': user.middle_name,
|
||||
'last_name': user.last_name,
|
||||
'birth_date': str(user.birth_date) if user.birth_date else None,
|
||||
'crypto_wallet': user.crypto_wallet,
|
||||
'encrypted_mnemonic': user.encrypted_mnemonic,
|
||||
'phone': user.phone,
|
||||
'passport_data': user.passport_data,
|
||||
'inn': user.inn,
|
||||
|
||||
Reference in New Issue
Block a user