diff --git a/app/models.py b/app/models.py index d5e15ab2..e782c494 100644 --- a/app/models.py +++ b/app/models.py @@ -684,6 +684,8 @@ class SharedLink(Base): created_at = Column(DateTime(timezone=True), server_default=func.now()) revoked_at = Column(DateTime(timezone=True), nullable=True) + + class UserNotificationTarget(Base): """Per-user notification target (email or webhook channel)."""