mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
add name column to share table
This commit is contained in:
parent
8f55ed9da9
commit
63d2bfe118
2 changed files with 4 additions and 1 deletions
|
|
@ -342,6 +342,7 @@ model Board {
|
|||
model Share {
|
||||
id String @id() @map("share_id") @db.Uuid
|
||||
entityId String @map("entity_id") @db.Uuid
|
||||
name String @db.VarChar(200)
|
||||
shareType Int @map("share_type") @db.Integer
|
||||
slug String @unique() @db.VarChar(100)
|
||||
parameters Json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue