Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class User(Base):
metadata_public = Column(JSON)
sso_provider = Column(String)
use_new_cognition_ui = Column(Boolean, default=True)
use_chat_auto_scroll = Column(Boolean, default=True)
auto_logout_minutes = Column(Integer)
messages_created_this_month = Column(BigInteger, default=0)
one_drive_path = Column(String)
Expand Down