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

[DEV-298] ticketing repository 마이그레이션 #114

Merged
merged 6 commits into from
Jun 11, 2024
Merged

Conversation

punkryn
Copy link
Contributor

@punkryn punkryn commented Jun 10, 2024

작업 내용

  • JPQL 쿼리 수정
  • ticketing repository 테스트 수정
  • Ticket class 생성자 수정에 따른 테스트 수정

@punkryn punkryn self-assigned this Jun 10, 2024
@@ -73,11 +73,24 @@ public class Ticket {
private Integer version;

@Builder
public Ticket(long price, int stock, int remainingStock, Ticketing ticketing) {
public Ticket(long price, int stock, int remainingStock, String title, Ticketing ticketing) {
Copy link
Contributor

Choose a reason for hiding this comment

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

title 뒤에 String description도 하나만 추가해주십셔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

요거 다니엘이 작업해주실 검다

@punkryn punkryn merged commit 75566d5 into migration Jun 11, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants