mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
resolve comments.
This commit is contained in:
parent
2343949d3e
commit
cffe2771c6
2 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ model Website {
|
|||
|
||||
user User? @relation(fields: [userId], references: [id])
|
||||
teamWebsite TeamWebsite[]
|
||||
EventData EventData[]
|
||||
eventData EventData[]
|
||||
|
||||
@@index([userId])
|
||||
@@index([createdAt])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue