Skip to content

Commit

Permalink
fix: 테이블 오타를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devbelly committed Aug 12, 2024
1 parent 237617d commit 4ec8943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.hibernate.annotations.SQLDelete
import org.hibernate.annotations.SQLRestriction
import java.time.LocalDateTime

@SQLDelete(sql = "update Recruitment set deleted = true where id = ? and version = ?")
@SQLDelete(sql = "update recruitment set deleted = true where id = ? and version = ?")
@SQLRestriction("deleted = false")
@Entity
@Table
Expand Down

0 comments on commit 4ec8943

Please sign in to comment.