mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Timeout fixes and cleanup
This commit is contained in:
parent
88b52d23cd
commit
76f951093f
5 changed files with 33 additions and 18 deletions
|
|
@ -85,6 +85,7 @@ model website {
|
|||
domain String? @db.VarChar(500)
|
||||
share_id String? @unique() @db.VarChar(64)
|
||||
created_at DateTime? @default(now()) @db.Timestamp(0)
|
||||
favicon String? @db.VarChar(500)
|
||||
account account @relation(fields: [user_id], references: [user_id])
|
||||
event event[]
|
||||
pageview pageview[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue