feat: add new column and delete old
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user