feat(l1): L1 workspace Phase 1 — role, seat enforcement, adhoc walker, audit #189
@@ -128,6 +128,7 @@ class L1WalkSession(Base):
|
||||
DateTime(timezone=True),
|
||||
default=lambda: datetime.now(timezone.utc),
|
||||
onupdate=lambda: datetime.now(timezone.utc),
|
||||
index=True,
|
||||
)
|
||||
resolved_at: Mapped[Optional[datetime]] = mapped_column(
|
||||
DateTime(timezone=True), nullable=True,
|
||||
|
||||
Reference in New Issue
Block a user