Skip to content

Commit

Permalink
fix: set display = true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine D committed Sep 11, 2024
1 parent 3e42b6f commit b5234aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ model Item {
stock Int?
availableFrom DateTime?
availableUntil DateTime?
display Boolean @default(false)
display Boolean @default(true)
position Int @default(0)
cartItems CartItem[]
Expand Down

0 comments on commit b5234aa

Please sign in to comment.