Skip to content

Commit

Permalink
test(quaint): fix for PlanetScale
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Sep 23, 2024
1 parent 32dfebf commit bbcf6ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod prisma_24072 {
model Child {
#id(id, Int, @id)
parent_id Int? @default(2) @unique
parent Parent? @relation(fields: [parent_id], references: [id], onDelete: SetDefault)
parent Parent? @relation(fields: [parent_id], references: [id], onDelete: NoAction)
}"#
};

Expand Down

0 comments on commit bbcf6ad

Please sign in to comment.