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

✨ Feature: DB 마이그레이션을 위한 flyway 도입 #201

Merged
merged 4 commits into from
Apr 14, 2024

Conversation

ahnsugyeong
Copy link
Member

🚀 개요

Flyway 의존성을 추가하고, 관련 설정 및 스크립트를 작성했습니다.

🔍 변경사항

  • article 테이블에 briefing_id 컬럼 추가
  • briefing_article 테이블 drop
  • 기존 데이터 이전

⏳ 작업 내용

  • Flyway 의존성 추가
  • application.yml 설정
  • flyway 마이그레이션 스크립트 작성

📝 논의사항

로컬 환경에서 테스트는 성공했지만 아무래도 조금 무서워서..
BriefingArticle 테이블의 제거는 마이그레이션이 정상적으로 이루어진 후에 별도로 진행하는 게 좋을 것 같다는 생각이 들었습니다!

@ahnsugyeong ahnsugyeong added the ✨ feature New feature or request label Mar 12, 2024
@ahnsugyeong ahnsugyeong requested review from swa07016 and CYY1007 March 12, 2024 05:43
@ahnsugyeong ahnsugyeong self-assigned this Mar 12, 2024
@ahnsugyeong ahnsugyeong linked an issue Mar 12, 2024 that may be closed by this pull request
3 tasks
@ahnsugyeong ahnsugyeong marked this pull request as draft March 13, 2024 09:44
@ahnsugyeong ahnsugyeong marked this pull request as ready for review March 13, 2024 18:16
@ahnsugyeong ahnsugyeong requested review from swa07016 and removed request for swa07016 March 13, 2024 18:16
Copy link
Member

@swa07016 swa07016 left a comment

Choose a reason for hiding this comment

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

LGTM! 고생하셨습니다:)🔥🔥🔥

@CYY1007 CYY1007 merged commit beeb6eb into develop Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] DB 마이그레이션을 위한 flyway 도입
3 participants