mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
PR touchups.
This commit is contained in:
parent
be33e55d09
commit
fea0d1d142
4 changed files with 10 additions and 13 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue