Schema and Config Changes
This commit is contained in:
@@ -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
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user