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] 구독 취소 오류 수정 #225

Closed
Tracked by #226
ddolboghi opened this issue Jun 29, 2024 · 1 comment
Closed
Tracked by #226

[FIX] 구독 취소 오류 수정 #225

ddolboghi opened this issue Jun 29, 2024 · 1 comment
Assignees

Comments

@ddolboghi
Copy link
Collaborator

에러 설명

  • 구독 취소 시 postgresql의 컬럼 길이보다 긴 값을 담지 못하는 에러가 발생합니다.

수정 설명

  • 구독 상태를 나타내는 컬럼의 length를 수정합니다. UNSUBSCRIBE는 11글자인데 컬럼 length가 10으로 설정되어있었습니다.
@ddolboghi ddolboghi self-assigned this Jun 29, 2024
ddolboghi added a commit that referenced this issue Jun 29, 2024
fix: InfluencerSubscription의 state length 변경
@ddolboghi
Copy link
Collaborator Author

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

No branches or pull requests

1 participant