update seach source connector schema

This commit is contained in:
CREDO23 2025-08-02 04:39:48 +02:00
parent 44d2338663
commit edf46e4de1
21 changed files with 1213 additions and 19 deletions

View file

@ -257,7 +257,7 @@ class GoogleCalendarAccount(BaseModel):
)
access_token = Column(String, nullable=False)
refresh_token = Column(String, nullable=False)
refresh_token = Column(String, nullable=True)
user = relationship("User", back_populates="calendar_account")