Skip to content

Commit

Permalink
fix : 에너테이션 속 코드 이름 수정
Browse files Browse the repository at this point in the history
Signed-off-by: Jin_00 <[email protected]>
  • Loading branch information
choboss00 committed Oct 12, 2023
1 parent 02edc88 commit 312e155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Entity
@Where(clause = "deleted_at IS NULL")
@SQLDelete(sql = "UPDATE not_connected_register_user SET deleted_at = CURRENT_TIMESTAMP, isDeleted = TRUE where id = ?")
@SQLDelete(sql = "UPDATE not_connected_register_user_tb SET deleted_at = CURRENT_TIMESTAMP, isDeleted = TRUE where id = ?")
@Table(name = "notConnectedRegisterUser_tb")
public class NotConnectedRegisterUser extends BaseTime {

Expand Down

0 comments on commit 312e155

Please sign in to comment.