make somewhat anonymous, improve evaluation
All checks were successful
release-tag / release-image (push) Successful in 6m27s
All checks were successful
release-tag / release-image (push) Successful in 6m27s
This commit is contained in:
@@ -32,7 +32,6 @@ class Session(Base):
|
||||
id: Mapped[int] = mapped_column(primary_key=True)
|
||||
session_name: Mapped[str]
|
||||
active: Mapped[bool]
|
||||
ips: Mapped[list[str]]
|
||||
first_seen: Mapped[datetime] = mapped_column(server_default=func.now())
|
||||
last_seen: Mapped[Optional[datetime]
|
||||
] = mapped_column(onupdate=func.now())
|
||||
|
||||
Reference in New Issue
Block a user