Timeout fixes and cleanup

This commit is contained in:
Stanislav Khromov 2022-10-09 18:23:30 +02:00
parent 88b52d23cd
commit 76f951093f
5 changed files with 33 additions and 18 deletions

View file

@ -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[]