feat(malaysia): 콤보 세트 MY-0006(MALAYSIA Special Set) 등록

malaysia_items 시드에 MY-0006 추가, 운영 DB용 멱등 마이그레이션 추가.
BOM 구성은 itemcode_db.set_components 에서 실시간 조회 — 코드 변경 불필요.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 23:29:10 +09:00
parent aedb5f1fdb
commit ddb06e42db
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -297,7 +297,8 @@ INSERT INTO malaysia_items (item_code, item_name, kind, sort_order) VALUES
('MY-0003', 'Essential Set', 'set', 23),
('MY-0004', 'Premium Set', 'set', 24),
('MY-0005', 'Ultimate Set', 'set', 25),
('MY-9991', 'Combo 2.5L+6L', 'set', 26)
('MY-0006', 'MALAYSIA Special Set', 'set', 26),
('MY-9991', 'Combo 2.5L+6L', 'set', 27)
ON CONFLICT (item_code) DO NOTHING;
-- ════════════════════════════════════════════════════════════