mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
feat(zero): register automationRunTable in schema
This commit is contained in:
parent
c64781252d
commit
a458a56e53
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import { createBuilder, createSchema, relationships } from "@rocicorp/zero";
|
import { createBuilder, createSchema, relationships } from "@rocicorp/zero";
|
||||||
|
import { automationRunTable } from "./automations";
|
||||||
import { chatCommentTable, chatSessionStateTable, newChatMessageTable } from "./chat";
|
import { chatCommentTable, chatSessionStateTable, newChatMessageTable } from "./chat";
|
||||||
import { documentTable, searchSourceConnectorTable } from "./documents";
|
import { documentTable, searchSourceConnectorTable } from "./documents";
|
||||||
import { folderTable } from "./folders";
|
import { folderTable } from "./folders";
|
||||||
|
|
@ -36,6 +37,7 @@ export const schema = createSchema({
|
||||||
chatCommentTable,
|
chatCommentTable,
|
||||||
chatSessionStateTable,
|
chatSessionStateTable,
|
||||||
userTable,
|
userTable,
|
||||||
|
automationRunTable,
|
||||||
],
|
],
|
||||||
relationships: [chatCommentRelationships, newChatMessageRelationships],
|
relationships: [chatCommentRelationships, newChatMessageRelationships],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue