Skip to content

item_snapshots.edited_by 컬럼을 제거한다 - #1066

Merged
m-a-king merged 1 commit into
devfrom
chore/1051-drop-edited-by
Sep 9, 2026
Merged

item_snapshots.edited_by 컬럼을 제거한다#1066
m-a-king merged 1 commit into
devfrom
chore/1051-drop-edited-by

Conversation

@m-a-king

@m-a-king m-a-king commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Situation

Task

  • add → backfill → drop 의 마지막 단계로 컬럼을 제거한다.

Action

  • 마이그레이션 한 줄: ALTER TABLE item_snapshots DROP COLUMN edited_by.
  • 배포 창에서 안전한 근거: 옛 컨테이너(3단계 코드)가 이 컬럼을 SELECT·INSERT 어디서도 언급하지 않는다. 코드에 남은 참조는 0건이다(editedByMe 응답 필드는 이름만 같고 created_by 로 판정한다).

Result


연관 이슈

- created_by 에 흡수(#1054)·매핑 제거(#1065)가 prod 에 promote 된 뒤라 옛 컨테이너가 이 컬럼을 언급하지 않아 배포 창에서도 안전하다. add → backfill → drop 의 마지막 단계
@m-a-king m-a-king added the chore 그 외 (빌드·deps·ci·도구·설정·잡일) label Sep 9, 2026
@m-a-king m-a-king self-assigned this Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다.

@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Advanced

Run ID: 5550e408-86f2-4ac6-8c35-d78b858e124a


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@m-a-king
m-a-king merged commit 3f40db3 into dev Sep 9, 2026
7 checks passed
@m-a-king
m-a-king deleted the chore/1051-drop-edited-by branch September 9, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 그 외 (빌드·deps·ci·도구·설정·잡일)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

위시 참조를 아이템으로 바꾸고 화면값을 행에서 계산한다 (스냅샷 created_by 통합)

1 participant