Skip to content

#157 [Chore] 마이그레이션 3종 + 문서 + 테스트 동기화#158

Merged
jucheonsu merged 4 commits intodevfrom
chore/#157
Apr 11, 2026
Merged

#157 [Chore] 마이그레이션 3종 + 문서 + 테스트 동기화#158
jucheonsu merged 4 commits intodevfrom
chore/#157

Conversation

@jucheonsu
Copy link
Copy Markdown
Member

@jucheonsu jucheonsu commented Apr 10, 2026

#️⃣ 연관된 이슈

📌 공유 사항

  1. DB 마이그레이션 3종(분리/시나리오/롤백)을 추가했습니다.
  2. API 명세서와 ERD를 현재 코드 기준으로 동기화했습니다.
  3. 분리 도메인 기준 통합/서비스 테스트를 반영했습니다.

✅ 체크리스트

  • Reviewer에 팀원들을 선택했나요?
  • Assignees에 본인을 선택했나요?
  • 컨벤션에 맞는 Type을 선택했나요?
  • Development에 이슈를 연동했나요?
  • Merge 하려는 브랜치가 올바르게 설정되어 있나요?
  • 컨벤션을 지키고 있나요?
  • 로컬에서 실행했을 때 에러가 발생하지 않나요?
  • 팀원들에게 PR 링크 공유를 했나요?

📸 스크린샷

마이그레이션 실행/롤백 결과

테스트 통과 결과

(실제 캡처 첨부)

💬 리뷰 요구사항

마이그레이션 적용 순서와 롤백 스크립트 안전성 중심 리뷰 부탁드립니다.

📝 작업 내용

[Chore]

내용 파일
마이그레이션 3종 추가 src/main/resources/db/migration/V20260410_01..., V20260410_02..., V20260410_rollback...

[Docs]

내용 파일
API/ERD 동기화 docs/api-specs/**, docs/erd/**

[Test]

내용 파일
테스트 반영 src/test/java/**, src/test/resources/application-test.yml

@jucheonsu jucheonsu self-assigned this Apr 10, 2026
@jucheonsu jucheonsu added the 🔨 Chore (기타 작업) 패키지 매니저 수정, 설정 변경 등 기타 작업을 위해 사용합니다. label Apr 10, 2026
@jucheonsu jucheonsu linked an issue Apr 10, 2026 that may be closed by this pull request
3 tasks
Copy link
Copy Markdown
Contributor

@si-zero si-zero left a comment

Choose a reason for hiding this comment

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

승인했습니다. 고생하셨어요. 머지 전에 서버에서 8081 포트 열렸는지 확인하고 연락드릴게요. 그때 머지해주세요!

@jucheonsu
Copy link
Copy Markdown
Member Author

승인했습니다. 고생하셨어요. 머지 전에 서버에서 8081 포트 열렸는지 확인하고 연락드릴게요. 그때 머지해주세요!

네 확인했습니다. 감사합니다!

@jucheonsu jucheonsu merged commit 395fbc0 into dev Apr 11, 2026
@jucheonsu jucheonsu deleted the chore/#157 branch April 11, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 Chore (기타 작업) 패키지 매니저 수정, 설정 변경 등 기타 작업을 위해 사용합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔨 Chore: DB 마이그레이션 3종 및 문서/테스트 동기화

2 participants