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

Refactor: Seat, SeatGrade 엔티티 DDL 오류 수정 #50

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

seminchoi
Copy link
Contributor

⛏ 작업 사항

  • Seat 엔티티의 좌석 등급 컬럼 명이 "seat_Grade" 로 설정되어 있는 것을 "seat_grade_id" 로 변경
  • SeatGrade 엔티티에 BaseTimeEntity 를 상속받지 않은 부분 수정

📝 작업 요약

  • Seat, SeatGrade 엔티티 DDL 오류 수정

💡 관련 이슈

@seminchoi seminchoi added the 🔨 Refactor 코드 리팩토링 및 구조 개선 label Aug 15, 2024
@seminchoi seminchoi self-assigned this Aug 15, 2024
Copy link
Collaborator

@hseong3243 hseong3243 left a comment

Choose a reason for hiding this comment

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

🚀

@seminchoi seminchoi merged commit 2ccaa2a into main Aug 15, 2024
1 check passed
@seminchoi seminchoi deleted the refactor/seat-ddl branch August 15, 2024 02:45
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.

Refactor: 좌석, 좌석 등급 엔티티의 JPA DDL 설정을 변경한다.
2 participants