Skip to content

chore: 남은 옛 이름 정리와 주석 정정 - #44

Merged
yessjun merged 1 commit into
mainfrom
fix/leftover-group-names
Aug 10, 2026
Merged

chore: 남은 옛 이름 정리와 주석 정정#44
yessjun merged 1 commit into
mainfrom
fix/leftover-group-names

Conversation

@yessjun

@yessjun yessjun commented Aug 10, 2026

Copy link
Copy Markdown
Member

📝 작업내용

  • 개명이 끝나지 않은 이름 정리, 제약 26개와 시퀀스 5개가 사라진 테이블 이름을 달고 있었다
  • 앞선 라운드가 남긴 외래 키 이름 하나와 시퀀스 하나도 같은 결함이라 함께 처리
  • 앞선 마이그레이션이 자기 자신에 대해 말하는 틀린 서술 셋을 주석으로 정정, 그 파일들은 고칠 수 없다

⭐️ 검증

  • dev DB 사본에 적용해 남은 옛 이름 0, 시퀀스 연결 유지, 삽입 정상 확인 후 사본 삭제
  • api verify.sh 통과
  • 머리말의 사실 주장이 처음에 틀렸다, 오류 메시지가 제약 이름을 인용하는지 실측해 문장을 고쳤다

💬 리뷰 포인트

  • 외래 키는 이름을 인용하지만 NOT NULL은 인용하지 않는다, 그 이름들이 실제로 드러나는 자리를 주석에 적었다

V71 said every name was renamed. Postgres derives names nobody types --
NOT NULL constraints, identity sequences, a foreign key made before its
table was renamed -- and 26 constraints plus 5 sequences kept the old word.
Two of them predate that round and are the same defect.

The three statements earlier files make about themselves are corrected with
COMMENT ON, because the files themselves cannot be touched.
@yessjun
yessjun merged commit 93500b7 into main Aug 10, 2026
1 check passed
@yessjun
yessjun deleted the fix/leftover-group-names branch August 10, 2026 12:53
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.

1 participant