PR touchups.

This commit is contained in:
Brian Cao 2023-03-09 12:34:47 -08:00
parent be33e55d09
commit fea0d1d142
4 changed files with 10 additions and 13 deletions

View file

@ -120,7 +120,6 @@ model TeamWebsite {
team Team @relation(fields: [teamId], references: [id])
website Website @relation(fields: [websiteId], references: [id])
userId String? @db.Uuid
@@index([teamId])
@@index([websiteId])