Skip to content

Commit

Permalink
remove erd
Browse files Browse the repository at this point in the history
  • Loading branch information
HUNG-rushb committed Dec 23, 2023
1 parent d68d7b8 commit efbccad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ generator client {
output = "../prisma_modules"
}

generator erd {
provider = "prisma-erd-generator"
output = "ERD.svg"
theme = "forest"
includeRelationFromFields = true
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}


// https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/mongodb/install-prisma-client-typescript-mongodb
// https://www.prisma.io/docs/concepts/components/prisma-schema/data-model
Expand Down

0 comments on commit efbccad

Please sign in to comment.