mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
fix typo prisma mysql schema
This commit is contained in:
parent
dfae0c150d
commit
a7daae2d20
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ model Team {
|
|||
createdAt DateTime? @default(now()) @map("created_at") @db.Timestamp(0)
|
||||
updatedAt DateTime? @map("updated_at") @db.Timestamp(0)
|
||||
|
||||
teamUsers TeamUser[]
|
||||
teamUser TeamUser[]
|
||||
teamWebsite TeamWebsite[]
|
||||
|
||||
@@index([accessCode])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue