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

@@ -14,7 +14,7 @@ class UserEntity:
last_name: str | None = None
birth_date: date | None = None
crypto_wallet: str | None = None
encrypted_mnemonic: str | None = None
phone: str | None = None
passport_data: str | None = None