mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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 {
|
datasource db {
|
||||||
provider = "postgresql"
|
provider = "postgresql"
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
relationMode = "prisma"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
model User {
|
model User {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue