feat(malaysia): 콤보 상품 MY-9991 Combo 2.5L+6L seed 추가

malaysia_items 콤보 목록에 MY-9991 추가(BOM은 itemcode_db set_components 참조)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 17:11:29 +09:00
parent c07d3301e4
commit 6f4a62013a
+2 -1
View File
@@ -244,7 +244,8 @@ INSERT INTO malaysia_items (item_code, item_name, kind, sort_order) VALUES
('MY-0002', 'Starter Set', 'set', 22),
('MY-0003', 'Essential Set', 'set', 23),
('MY-0004', 'Premium Set', 'set', 24),
('MY-0005', 'Ultimate Set', 'set', 25)
('MY-0005', 'Ultimate Set', 'set', 25),
('MY-9991', 'Combo 2.5L+6L', 'set', 26)
ON CONFLICT (item_code) DO NOTHING;
-- ════════════════════════════════════════════════════════════