mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
Update db/postgresql/schema.prisma
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa874dd7ee
commit
42f1760586
1 changed files with 2 additions and 0 deletions
|
|
@ -275,5 +275,7 @@ model OidcState {
|
||||||
codeVerifier String @db.VarChar(255)
|
codeVerifier String @db.VarChar(255)
|
||||||
createdAt DateTime @default(now()) @map("created_at") @db.Timestamptz(6)
|
createdAt DateTime @default(now()) @map("created_at") @db.Timestamptz(6)
|
||||||
|
|
||||||
|
@@index([createdAt])
|
||||||
|
|
||||||
@@map("oidc_state")
|
@@map("oidc_state")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue