chore(phase0): DB 마이그레이션(DROP 3테이블+packages 행) + CLAUDE.md 정합화
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
supabase/migrations/2026-07-02-phase0-cleanup.sql
Normal file
9
supabase/migrations/2026-07-02-phase0-cleanup.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Phase 0 정리 (2026-07-02): 비전 제외 기능의 테이블·설정 제거
|
||||
-- 적용 대상: 클라우드 Supabase + NAS self-host 양쪽 (운영 규칙)
|
||||
-- survey_responses(gyeol)는 의도적 보존 — 건드리지 않음
|
||||
|
||||
DROP TABLE IF EXISTS questionnaire_responses;
|
||||
DROP TABLE IF EXISTS ebay_search_history;
|
||||
DROP TABLE IF EXISTS subscriptions;
|
||||
|
||||
DELETE FROM service_settings WHERE id = 'packages';
|
||||
Reference in New Issue
Block a user