final prisma for video

This commit is contained in:
Bob Burningham 2023-11-12 21:15:07 -08:00
parent e7397aad68
commit 4448cecdda

View File

@ -126,10 +126,7 @@ model Conversation{
memberTwoId String memberTwoId String
memberTwo Member @relation("MemberTwo", fields: [memberTwoId], references: [id], onDelete: Cascade) memberTwo Member @relation("MemberTwo", fields: [memberTwoId], references: [id], onDelete: Cascade)
createdAt DateTime @default(now()) directMessages DirectMessage[]
updatedAt DateTime @updatedAt
directmessages DirectMessage[]
@@index([memberTwoId]) @@index([memberTwoId])