feat: add new column and delete old

This commit is contained in:
2026-05-13 11:19:34 +03:00
parent 0cca0fedbe
commit d3fedc3f91
6 changed files with 7 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ async def login(
'middle_name': dto.middle_name,
'last_name': dto.last_name,
'birth_date': dto.birth_date.isoformat() if dto.birth_date else None,
'crypto_wallet': dto.crypto_wallet,
'encrypted_mnemonic': dto.encrypted_mnemonic,
'phone': dto.phone,
'passport_data': dto.passport_data,
'inn': dto.inn,