mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
remove relationMode from schema file
This commit is contained in:
parent
b45971da33
commit
bc737268b6
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
model User {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue