Skip to content

Commit a0ea106

Browse files
Added changes in table
Signed-off-by: NishantSinghhhhh <[email protected]>
1 parent 280ed54 commit a0ea106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drizzle/tables/actionItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const actionItemsTable = pgTable(
2424
withTimezone: true,
2525
}).notNull(),
2626

27-
assigneeId: uuid("actor_id").references(() => usersTable.id, {
27+
assigneeId: uuid("assignee_id").references(() => usersTable.id, {
2828
onDelete: "set null",
2929
onUpdate: "cascade",
3030
}),

0 commit comments

Comments
 (0)