Skip to content

Commit

Permalink
fix: Other schema error
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Aug 4, 2024
1 parent 7ec6088 commit ea1b65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ model MealPlanInvite {
createdByUserId String
expiresAt DateTime
user User? @relation(fields: [createdByUserId], references: [id], onDelete: Cascade)
user User @relation(fields: [createdByUserId], references: [id], onDelete: Cascade)
mealPlan MealPlan @relation(fields: [mealPlanId], references: [id], onDelete: Cascade)
}

Expand Down

0 comments on commit ea1b65b

Please sign in to comment.