Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#99] soft delete 적용 #103

Merged
merged 2 commits into from
Feb 2, 2023
Merged

[#99] soft delete 적용 #103

merged 2 commits into from
Feb 2, 2023

Conversation

JoosungKwon
Copy link
Member

@JoosungKwon JoosungKwon commented Feb 2, 2023

🌱 작업 사항

  • 하이버네이트에서 제공하는 어노테이션을 이용한 소프트 딜리트 기능 추가
  • flyway V3__add_soft_deleted_field.sql 추가
  • BaseEntity에 deleted 필드 추가
  • HTTP 메서드 Delete로 결정

🦄 관련 이슈

close #99

- 하이버네이트에서 제공하는 어노테이션을 이용한 소프트 딜리트 기능 추가
- flyway V3__add_soft_deleted_field.sql 추가
@hikarigin99 hikarigin99 added the ✨ feat 기능 추가 label Feb 2, 2023
Copy link
Collaborator

@hikarigin99 hikarigin99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@JoosungKwon JoosungKwon merged commit beb5e95 into develop Feb 2, 2023
@JoosungKwon JoosungKwon deleted the feat/99-soft-delete branch February 2, 2023 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Soft Delete 도입
3 participants