Поменял дефолтное изображение на авиф
This commit is contained in:
parent
2de3cf0106
commit
4f7a21cc04
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ class Users(Base):
|
||||||
hashed_password: Mapped[str]
|
hashed_password: Mapped[str]
|
||||||
role: Mapped[int] = mapped_column(server_default="0")
|
role: Mapped[int] = mapped_column(server_default="0")
|
||||||
black_phoenix: Mapped[bool] = mapped_column(server_default="false")
|
black_phoenix: Mapped[bool] = mapped_column(server_default="false")
|
||||||
avatar_image: Mapped[str] = mapped_column(server_default="https://images.black-phoenix.ru/static/images/%D1%82%D1%8B%20%D1%83%D0%B6%D0%B5%20%D0%BF%D0%B5%D1%88%D0%BA%D0%B0%20BP.png") # noqa: E501
|
avatar_image: Mapped[str] = mapped_column(server_default="https://images.black-phoenix.ru/static/images/%D1%82%D1%8B%20%D1%83%D0%B6%D0%B5%20%D0%BF%D0%B5%D1%88%D0%BA%D0%B0%20BP.avif") # noqa: E501
|
||||||
date_of_birth: Mapped[date]
|
date_of_birth: Mapped[date]
|
||||||
date_of_registration: Mapped[date] = mapped_column(server_default=func.now())
|
date_of_registration: Mapped[date] = mapped_column(server_default=func.now())
|
||||||
|
|
Loading…
Add table
Reference in a new issue