Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

[BE] feat: 복합 유니크 인덱스를 이용한 사용자의 중복실행(글,카테고리 추가) 막기 #417

Closed
wants to merge 4 commits into from

Conversation

ingpyo
Copy link
Collaborator

@ingpyo ingpyo commented Sep 16, 2023

🛠️ Issue

✅ Tasks

  • Writing 테이블에 categoryId와 nextId를 한번에 복합 유니크 인덱스 생성
  • Category 테이블에 memberId와 nextId를 한번에 복합 유니크 인덱스 생성
  • 자기 참조하고 있는 Writing의 필드를 next Writing의 Id를 갖고있도록 로직 수정
  • 자기 참조하고 있는 Category의 필드를 next Category의 Id를 갖고있도록 로직 수정

⏰ Time Difference

  • 3

@ingpyo ingpyo added 🐞 bug 버그, 에러 해결 🛠️ refactor 코드 리팩터링, 개선 🕋 backend 백엔드 작업 labels Sep 16, 2023
@ingpyo ingpyo added this to the 5차 데모데이 milestone Sep 16, 2023
@ingpyo ingpyo closed this Sep 18, 2023
@ezzanzzan ezzanzzan deleted the feature/writing-category-add-bug-414 branch October 6, 2023 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🕋 backend 백엔드 작업 🐞 bug 버그, 에러 해결 🛠️ refactor 코드 리팩터링, 개선
Projects
Status: Done
4 participants