mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Build cli using rollup.
This commit is contained in:
parent
533ffbda13
commit
0f0b1e39e7
10 changed files with 175 additions and 23 deletions
|
|
@ -69,7 +69,7 @@ model session {
|
|||
|
||||
model website {
|
||||
created_at DateTime? @default(now())
|
||||
hostname String
|
||||
label String
|
||||
user_id Int
|
||||
website_id Int @default(autoincrement()) @id
|
||||
website_uuid String @unique
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue