Реализованы задачи бэклога 1-5 (1я не до конца)
This commit is contained in:
@@ -103,6 +103,7 @@ class UxSession(Common, Base):
|
||||
platform: Mapped[str] = mapped_column(String(32))
|
||||
app_version: Mapped[str] = mapped_column(String(64))
|
||||
device_id_hash: Mapped[str | None] = mapped_column(String(64))
|
||||
device_id: Mapped[str | None] = mapped_column(String(255))
|
||||
started_at: Mapped[datetime] = mapped_column(DateTime(timezone=True))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user