Skip to content

[Fix] QuestionLike, UnderstandingResponse 유니크 제약 마이그레이션 추가 #158

@kkw610

Description

@kkw610

버그 내용

QuestionLike, UnderstandingResponse 엔티티에는 @UniqueConstraint가 선언되어 있는데,
V1 마이그레이션 SQL에는 해당 제약이 없음

ddl-auto가 validate라 실제 운영 DB에는 제약이 없는 상태여서, 중복 좋아요 및 중복 이해도 응답이 DB 레벨에서 막히지 않음

수정 사항

  • V6 마이그레이션 파일 추가
    • question_like (question_id, user_id) 유니크 제약
    • understanding_response (check_id, user_id) 유니크 제약

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions