Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
remove name field
Browse files Browse the repository at this point in the history
  • Loading branch information
key-moon committed Aug 30, 2024
1 parent 8f18d5b commit 0959065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ model B {

model C {
id String @id @default(uuid())
name String
bs B[]
}
4 changes: 1 addition & 3 deletions script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ async function main() {
bs: {
where: {
cs: {
every: {
name: "a"
},
every: {},
},
}
}
Expand Down

0 comments on commit 0959065

Please sign in to comment.