feat: add new column and delete old

This commit is contained in:
2026-05-13 11:18:21 +03:00
parent 20840c95de
commit 4c702b6260
5 changed files with 6 additions and 6 deletions

View File

@@ -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,