feat: remove skyll_enabled attribute and related functionality from gateways
This commit is contained in:
@@ -17,6 +17,5 @@ class Gateway(SQLModel, table=True):
|
||||
token: str | None = Field(default=None)
|
||||
main_session_key: str
|
||||
workspace_root: str
|
||||
skyll_enabled: bool = Field(default=False)
|
||||
created_at: datetime = Field(default_factory=utcnow)
|
||||
updated_at: datetime = Field(default_factory=utcnow)
|
||||
|
||||
Reference in New Issue
Block a user