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

🐛 상징 삭제 시 db에서 weight row 따라서 삭제해주도록 수정 #122

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

yjeong-k
Copy link
Contributor

PR Title: 상징 삭제 시 db에서 weight row 따라서 삭제해주도록 수정

Related Issue(s):

Link or reference any related issues or tickets.

PR Description:

현재는 상징 삭제했을 때 프론트에서는 해당 상징의 weight 삭제해주지만 db에서는 삭제를 안해주고 있었습니다
그래서 백업 받아왔을 때 지워진 상징의 weight가 들어와서, 추후에 다시 백업할 때 에러가 떴습니다
그래서 상징 삭제 시 db에서도 상응하는 weight row 삭제하도록 수정하였습니다

Changes Included:
  • Added new feature(s)
  • Fixed identified bug(s)
  • Updated relevant documentation
Notes for Reviewer:

Any specific instructions or points to be considered by the
reviewer.

Reviewer Checklist:

  • Code is written in clean, maintainable, and idiomatic form.
  • Automated test coverage is adequate.
  • All existing tests pass.
  • Manual testing has been performed to ensure the PR works as expected.
  • Code review comments have been addressed or clarified.

Additional Comments:

Add any other comments or information that might be useful for the
review process.

@yjeong-k yjeong-k requested a review from JH747 December 10, 2023 03:37
@yjeong-k yjeong-k self-assigned this Dec 10, 2023
@JH747 JH747 merged commit b6c5af1 into main Dec 10, 2023
1 check passed
@JH747 JH747 deleted the fix/delete-weight branch December 10, 2023 05:30
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.

2 participants