Skip to content

Commit

Permalink
Fix: Set shop to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Nov 22, 2024
1 parent bccb19f commit f2f73f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@Entity
@Getter
@SQLDelete(sql = "UPDATE shop SET deleted = true WHERE id = ?")
@SQLDelete(sql = "UPDATE folder SET deleted = true WHERE id = ?")
@Where(clause = "deleted = false")
@Builder
@AllArgsConstructor
Expand Down

0 comments on commit f2f73f5

Please sign in to comment.