mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update db/mysql/schema.prisma
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
42f1760586
commit
85b024a59b
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ model Revenue {
|
|||
model OidcState {
|
||||
state String @id() @unique() @db.Uuid
|
||||
codeVerifier String @db.VarChar(255)
|
||||
createdAt DateTime @default(now()) @map("created_at") @db.Timestamptz(6)
|
||||
createdAt DateTime @default(now()) @map("created_at") @db.Timestamp(0)
|
||||
|
||||
@@map("oidc_state")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue