mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Rename website column. Table component.
This commit is contained in:
parent
a09867f28c
commit
000f84df96
8 changed files with 66 additions and 9 deletions
|
|
@ -71,9 +71,10 @@ model session {
|
|||
model website {
|
||||
website_id Int @default(autoincrement()) @id
|
||||
website_uuid String @unique
|
||||
label String
|
||||
name String
|
||||
created_at DateTime? @default(now())
|
||||
user_id Int
|
||||
domain String?
|
||||
account account @relation(fields: [user_id], references: [user_id])
|
||||
event event[]
|
||||
pageview pageview[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue