Skip to content

refactor: user_summary server_name 컬럼 제약조건 해제 및#187

Merged
bsko98 merged 2 commits into
devfrom
refactor/eddit-user_summary-table
May 26, 2026
Merged

refactor: user_summary server_name 컬럼 제약조건 해제 및#187
bsko98 merged 2 commits into
devfrom
refactor/eddit-user_summary-table

Conversation

@bsko98
Copy link
Copy Markdown
Collaborator

@bsko98 bsko98 commented May 25, 2026

user_summary 테이블 제약조건 변경, 로깅 추가 및 ToString 어노테이션 제거.

📋 상세 설명

  • user_summary 테이블에 server_name 컬럼 제약조건 해제
  • PostImage 엔티티에 ToString 해제
  • prod 환경에서 로깅을 위한 로그 추가

📊 체크리스트

  • PR 제목이 형식에 맞나요 e.g. feat: PR을 등록한다
  • 코드가 테스트 되었나요
  • 문서는 업데이트 되었나요
  • 불필요한 코드를 제거했나요
  • 이슈와 라벨이 등록되었나요

📆 마감일

Close #186

@bsko98 bsko98 requested a review from LeeShinHaeng May 25, 2026 14:14
@bsko98 bsko98 self-assigned this May 25, 2026
@bsko98 bsko98 added the 🛠️refactor 리팩토링 작업 label May 25, 2026
@github-actions
Copy link
Copy Markdown

Unit Test Results

  39 files  ±0    39 suites  ±0   4s ⏱️ -1s
128 tests ±0  128 ✔️ ±0  0 💤 ±0  0 ±0 
129 runs  ±0  129 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 01ae0f8. ± Comparison against base commit 26d928f.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

❌ Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...rnity/dcs/domain/post/application/PostService.java 18.18% 7 Missing and 2 partials ⚠️

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@LeeShinHaeng LeeShinHaeng left a comment

Choose a reason for hiding this comment

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

LGTM! 빠른 대처 감사합니다!

@bsko98 bsko98 merged commit 37c370f into dev May 26, 2026
3 checks passed
@bsko98 bsko98 deleted the refactor/eddit-user_summary-table branch May 26, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️refactor 리팩토링 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

user_summary 테이블 server_name 컬럼 not null 제약조건 해제

2 participants