Conversation
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
설명
Production Supabase의
memo,feedback스키마와 배포된 Edge Functions를 한 문서에서 확인할 수 있도록 결정론적인 Markdown 생성기를 추가합니다.생성 문서는 Mermaid ERD와 테이블별 컬럼, PK/FK, nullable, 인덱스, RLS 정책, 트리거, Edge Function 이름·상태를 포함합니다. 관련 PR에서는 실제 Production 구조와 커밋된 문서를 byte 단위로 비교하여 드리프트를 차단합니다.
관련 이슈
변경 유형
주요 변경
docs/supabase-schema.md생성--checkpackage script 추가pull_request_target검사 추가SUPABASE_ACCESS_TOKEN소비처와 환경 변수 문서 갱신체크리스트
pnpm type-check:scriptspnpm check통과(기존 경고 11건만 존재)pnpm check-supabase-schema통과git diff --checkdevelop머지 후 CI 통과developE2E와 스테이징 배포 완료 확인Supabase Schemaworkflow_dispatch 실행 확인QA
이번 PR과 무관하게 발견한 것
pull_request_target워크플로는 기본 브랜치에 병합된 뒤 활성화됩니다. 현재 도입 PR은 로컬·Production·develop 검증으로 대체하고, 병합 후 수동 실행으로 확인해야 합니다.