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

[BE] fix: 공연 삭제 메서드 순서 변경하여 외래키 제약 에러 수정 (#857) #858

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

seokjin8678
Copy link
Collaborator

@seokjin8678 seokjin8678 commented Apr 12, 2024

📌 관련 이슈

✨ PR 세부 내용

이슈 내용과 같이 공연을 삭제할 때 발생하는 외래키 제약 조건으로 발생하는 에러를 수정했습니다.

큰 변경은 없으나, 외래키 제약으로 인한 문제가 계속 발생하면 외래키 제약을 없애는 것도 좋을 것 같네요.

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 🛠 수정 수정에 관련된 작업 labels Apr 12, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 12, 2024
@github-actions github-actions bot requested review from BGuga, carsago and xxeol2 April 12, 2024 06:48
Copy link

Test Results

191 files  191 suites   37s ⏱️
654 tests 654 ✅ 0 💤 0 ❌
667 runs  667 ✅ 0 💤 0 ❌

Results for commit 6b636c3.

@seokjin8678 seokjin8678 merged commit b15770a into dev Apr 14, 2024
7 checks passed
@seokjin8678 seokjin8678 deleted the feat/#857 branch April 14, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 🛠 수정 수정에 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 공연을 삭제할 때 발생하는 외래키 제약 예외 문제를 수정한다.
2 participants