Skip to content

feat: deepLink 처리 로직 완전히 제거#142

Merged
soonduck-dreams merged 1 commit into
developfrom
feat/remove-deeplink
Aug 18, 2025
Merged

feat: deepLink 처리 로직 완전히 제거#142
soonduck-dreams merged 1 commit into
developfrom
feat/remove-deeplink

Conversation

@soonduck-dreams

@soonduck-dreams soonduck-dreams commented Aug 18, 2025

Copy link
Copy Markdown
Contributor

📝 요약(Summary)

deepLink 처리 로직 완전히 제거

Closes #140

💬 공유사항

현재 notification 테이블 메타:

필드명 형태 NULL허용 초기값
id bigint not null
user_id bigint not null
actor_id bigint
is_read boolean not null false
created_at timestamp with time zone not null CURRENT_TIMESTAMP
type character varying(64) not null
payload jsonb not null '{}'::jsonb

✅ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • [v] PR 제목을 커밋 메시지 컨벤션에 맞게 작성했습니다.

클라이언트에서 쓰지 않음
@soonduck-dreams soonduck-dreams merged commit 203ac46 into develop Aug 18, 2025
1 check passed
@soonduck-dreams soonduck-dreams deleted the feat/remove-deeplink branch August 18, 2025 03:50
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.

deepLink 없애기

1 participant