Schema and Config Changes

This commit is contained in:
2025-12-09 12:12:05 +01:00
parent 861984e4b1
commit 4a3515f6f3
3 changed files with 3 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ export const createddocuments = pgTable("createddocuments", {
serialConfig: jsonb("serialConfig").default({}),
linkedDocument: bigint("linkedDocument", { mode: "number" }).references(
createddocument: bigint("linkedDocument", { mode: "number" }).references(
() => createddocuments.id
),