mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 02:24:43 +00:00
feat(core): add workspace_id to session table (#15410)
This commit is contained in:
@@ -808,6 +808,7 @@ export type Session = {
|
||||
id: string
|
||||
slug: string
|
||||
projectID: string
|
||||
workspaceID?: string
|
||||
directory: string
|
||||
parentID?: string
|
||||
summary?: {
|
||||
@@ -1671,6 +1672,7 @@ export type GlobalSession = {
|
||||
id: string
|
||||
slug: string
|
||||
projectID: string
|
||||
workspaceID?: string
|
||||
directory: string
|
||||
parentID?: string
|
||||
summary?: {
|
||||
|
||||
Reference in New Issue
Block a user