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

[chore] 데이터베이스 마이그레이션 flyway 라이브러리 적용 #10

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

SunwoongH
Copy link
Member

Related Issue 📌

Description ✔️

  • 데이터베이스 마이그레이션 도구 flyway 라이브러리를 적용하였습니다.
  • flyway 버전 관리를 위해 api 모듈 resources/db/migration 디렉토리에 V1__ddl.sql 파일로 ddl을 추가하였습니다.
  • 엔티티 클래스에 누락된 옵션을 적용하였습니다.

Copy link
Member

@gardening-y gardening-y left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@SunwoongH SunwoongH merged commit f121d8c into develop Jan 5, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/8 branch July 11, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[chore] 데이터베이스 마이그레이션 flyway 라이브러리 적용
2 participants