mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
feat(zero): mirror thread title/visibility/createdById in schema
This commit is contained in:
parent
2c4ebaeb7f
commit
c0492be3ef
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ export const newChatThreadTable = table("new_chat_threads")
|
|||
.columns({
|
||||
id: number(),
|
||||
workspaceId: number().from("workspace_id"),
|
||||
title: string(),
|
||||
visibility: string(),
|
||||
createdById: string().optional().from("created_by_id"),
|
||||
})
|
||||
.primaryKey("id");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue