mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
add pgcrypto to postgres via extension preview
This commit is contained in:
parent
1bb33f7aff
commit
529b7a35c3
2 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
|||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
previewFeatures = ["postgresqlExtensions"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
extensions = [pgcrypto]
|
||||
}
|
||||
|
||||
model User {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue