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

Fix #184 fix db entities #188

Merged
merged 9 commits into from
Dec 2, 2024
Merged

Fix #184 fix db entities #188

merged 9 commits into from
Dec 2, 2024

Conversation

kimhji
Copy link
Collaborator

@kimhji kimhji commented Dec 1, 2024

#️⃣연관된 이슈

close #184

📝작업 내용

cascading 반영 누락 문제 해결

  • history가 있는 lotus 삭제 안 되는 오류 해결

다대다 관계 분리

  • tag-lotus 다대다 관계를 relation table을 추가하여 분리

미사용 태그 데이터 자동 삭제 기능 추가

  • lotus 업데이트 시 미사용 태그 스캔 후 삭제

태그 중복 추가가 가능했던 오류 수정

history 최대 페이지 넘어가면 에러 처리되도록 추가

typeORM synchronize 주석 처리

@mjh000526 mjh000526 self-requested a review December 2, 2024 08:39
Copy link
Collaborator

@mjh000526 mjh000526 left a comment

Choose a reason for hiding this comment

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

console.log삭제 좋아요~

@kimhji kimhji merged commit 14b1828 into main Dec 2, 2024
2 checks passed
@kimhji kimhji deleted the fix-#184-fix_db_entities branch December 2, 2024 10:16
ATeals pushed a commit that referenced this pull request Dec 3, 2024
* fix: primary key를 uuid로 변경

* fix: cascading 에러 수정

* fix: tag lotus 사이 다대다 관계 분리

* fix: 미사용 tag 자동 삭제 추가, 동일 태그 추가되는 버그 수정

* fix: synchronize 주석 처리

* fix: history page over 에러처리 추가

* fix: 불필요한 console.log 삭제

* fix: queue config 패스워드 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

db 오류 수정 및 개편
2 participants