mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
this is all I got
This commit is contained in:
parent
d7b9715283
commit
bc0e83879e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ model session {
|
|||
language String? @db.VarChar(35)
|
||||
country String? @db.Char(2)
|
||||
region String? @db.VarChar(35)
|
||||
city String? @db.VarChar(100)
|
||||
city String? @db.VarChar(100)
|
||||
website website @relation(fields: [website_id], references: [website_id])
|
||||
event event[]
|
||||
pageview pageview[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue